Skip to content

Version 1.2

Compare
Choose a tag to compare
@NTTechnicalUser NTTechnicalUser released this 26 Mar 15:53
8f8a8b2

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

Changelog

Implemented enhancements:

  • Extend configuration server web-UI to allow duplication of existing agent mappings #634
  • Process HTTP meta headers during config fetching on the configuration server #619
  • Send agent meta information when fetching HTTP configurations #610
  • Implement a basic JMX metrics recorder #606
  • Implementing JMX metrics recording #605
  • Extend the agent's environment property source to be able to use the agent and Java version #604
  • Sort configuration files and directories in the configuration web-UI #586
  • Add autocompletion for rule names #510
  • Implement more efficient scanning for OcelotPlugins #314

Fixed bugs:

  • EUM server stops beacon processing when the regex beacon processor fails #638
  • Copied and pasted tabs are not converted to spaces in the configuration UI #609
  • Spans are always sampled even if their parent decides not to do so #595
  • Code which is within Jigsaw-Modules can't be instrumented #474
  • Hook remains deactivated after instrumentation change if its configuration is not changed #392

Closed issues:

  • Allow to write numeric trace attributes. #623
  • Add documentation for the EUM server 't_other' field usage #613
  • Self-monitoring for the data obfuscation #575
  • Visualize the simple properties of the config file #570
  • Support Context Menu for File Tree Component of Configserver UI #554
  • Add JMH benchmarks for action invocations #477
  • Add JMH Benchmarks for specific action types #476
  • Extend the JMH benchmarks for tracing #475
  • Extend the JMH benchmarks for the new features #473
  • Show the Agent-IP or hostname in the agent status page #382

Merged pull requests:

  • Closes #638 - EUM server stops beacon processing when the regex beacon processor fails #640
  • Closes #611 - Showing agent meta information in the configuration UI #636
  • Closing #634 - Extend configuration server web-UI to allow duplication of existing agent mappings #635
  • Closes #606 - JMX exported to metrics #633
  • Closes #623 - Enabled numeric and boolean values for span attributes #624
  • Follow-up for #570 - Fixed bug in the reducer request counts #621
  • Closes #619 - Process HTTP meta headers during config fetching on the configuration server #620
  • Closes #610 - Send agent meta information when fetching HTTP configurations #617
  • Closes #609 - Copied and pasted tabs are converted to spaces #616
  • Closes #613 - Refactored EUM documentation and added t_others fields #615
  • Closes #604 - Providing Java and Agent version via the environment property source #612
  • Closes #575 - Added self-monitoring for the obfuscation #608
  • Closes #586 - Sorting of configuration files and directories added #600
  • Fixed broken link in breaking changes documentation #598
  • Closes #392 - Made hooks reactivate on instrumentation changes #597
  • Closes #595 - Fixed invalid span sampling settings #596
  • Closes #570 - Added tree table to configuration UI for showing primitive configuration properties #571
  • Closes #314 - Implemented ASM-based solution for plugin scanning. #557
  • Closes #554 - Support Context Menu for File Tree Component of Configserver UI #555
  • Closes #474 - Fixed Jigsaw warnings and errors #538
  • Closes #510 - Added autocompleter for rules #402