Skip to content

Releases: inspectIT/inspectit-ocelot-eum-server

Version 2.0.1

10 Jan 13:28
f333d2f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.0...2.0.1

Version 2.0.0

20 Jun 08:55
ed01279
Compare
Choose a tag to compare

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

Changelog

  • Log warning if Jaeger exporter is set to ENABLED but no endpoint set (#2)
  • Add specific error message if no SpanExporter is defined (#9)

Further Changes

Exporter property url and grpc replaced by endpoint

Due to the migration to OpenTelemetry of inspectIT Ocelot, we approach the naming of OpenTelemetry for the exporters' properties which also affects the new version of the EUM-Server. For this, the previously used properties url and grpc are replaced by the property endpoint. The deprecated properties url and grpc are still supported in this release but will be removed in future releases.

New property protocol for Jaeger exporter

This release introduces the property protocol for the Jaeger exporter. Supported protocols are http/thrift and grpc.

Full Changelog: https://github.com/inspectIT/inspectit-ocelot-eum-server/commits/2.0.0