Skip to content

Version 1.0

Compare
Choose a tag to compare
@NTTechnicalUser NTTechnicalUser released this 31 Jan 13:39
b2c9b3d

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

Changelog

Implemented enhancements:

  • Make the file-basd configuration also scan subdirectories #478

Closed issues:

  • Add an exporter for directly pushing metrics to InfluxDB #548
  • Span attributes are null since version 0.5 #547
  • Show the default configuration files in the file tree of the UI #535
  • Show the default configuration files in the file tree of the UI #534
  • Load the default agent configuration into the Redux state #533
  • Changing own Password #531
  • Deleting User via Config UI #528
  • Send the hostname as default attribute to the config server #527
  • Add Users via Config UI #519
  • Create separate log files for the configuration server's access and audit log #517
  • Show a list of all Users #515
  • Add User Settings Menu #506
  • Spell fixing within documentation #496
  • Add an endpoint for fetching all default configuration files #451
  • Show the default configuration in the config server UI #378
  • Add user settings to UI #358

Merged pull requests:

  • Closes #548 - Added InfluxDB exporter and updated demo #549
  • Closes #378 - Display the default configuration in the config server UI #544
  • Closes #534 - List the default configuration files in the UI FileTree component #543
  • Fixed error in EUM documentation #542
  • Fixed some style warnings within settings and mapping view #541
  • Closes #533 - Load the default agent configuration into Redux state #536
  • Closes #531 - Add possibility for logged-in users of the config server to change their own password #532
  • Closes #527 - Send the hostname and the pid as default attributes to the config server #530
  • Closes #528 - Add possibility to delete users via config server UI #529
  • Closes #517 - Create separate files for config server logs #522
  • Closes #519 - Add ability to create user via config UI #520
  • Closes #515 - Show a list of all users within the UI #516
  • Introduced CompositeBeaconProcessor to enabled multiple processing steps #514
  • Closes #506 - Add User Settings Menu #507
  • Closes #478 - Make the file-based-config scan subdirectories #505
  • HttpPropertySourceState skipps persistence file writing if first attempt fails #504
  • Fix lint problems of the demos' Dockerfiles #503
  • Fix warning for unchecked operations in PropertyPathHelper #501
  • Closes #451 - Added logic to load all default config files & an endpoint for fetching the files. #454