Skip to content

Version 1.1

Compare
Choose a tag to compare
@NTTechnicalUser NTTechnicalUser released this 05 Mar 15:41
5d442eb

You can also find the corresponding documentation online under the following link: inspectIT Ocelot Documentation

Changelog

Implemented enhancements:

  • Resolve additonal EUM data send by Boomerang in t\_other #590
  • Derive additional tag values from EUM beacons in the EUM server #589
  • Add the InfluxDB exporter to the EUM server #553

Fixed bugs:

  • Metric data-tags are only collected when the used data-key is explicitly set as a tag #587
  • EUM server does not accept GET beacon requests #583
  • Configuration server fails when processing configuration files if a file exists containing invalid characters #581
  • TraceTestBase is unstable and occasionally failing #500

Closed issues:

  • Allow tag assignment for metrics withing instrumentation rules. #563
  • Enable metrics to be written multiple times within a rule and scope. #562
  • Posibility to obfuscate data pushed to traces #556

Merged pull requests:

  • Closes #587 - Using InspectITContext during metric recording and ignoring isTag #594
  • Closes #553 - Added Influx Exporter to EUM Server #593
  • Closes #589 - Added host,port and path to EUM server via RegEx mechanism #592
  • Closes #590 - Resolve additonal EUM data send by Boomerang in t\_other #591
  • Closes #500 - TraceTestBase is unstable and occasionally failing #585
  • Closing #583 - Accepting EUM beacons using GET requests #584
  • Closes #581 - Configuration server fails when processing configuration files if a file exists containing invalid characters #582
  • Corrected setup for the website documentation project #578
  • Documentation for #556 - Data obfuscation documentation #577
  • Closes #563 - Metric tags to be explicit on metric recording #572
  • Closes #556 - Obfuscation config available for trace attributes #561
  • Closes #562 - Enable metrics to be written multiple times within a rule and scope #540