Releases: inspectIT/inspectit-ocelot-eum-server
Releases · inspectIT/inspectit-ocelot-eum-server
Version 2.0.2
Version 2.0.1
What's Changed
- Add Tests badge to README by @aaronweissler in #10
- Add empty default for self-monitoring.metrics by @aaronweissler in #6
- Remove shutdown maven repo by @aaronweissler in #13
- feat: Disable whitable error page and detail information by @ClaudioWaldvogel in #15
- Closes #18: feature: Add WebSecurity to EUM Server by @ClaudioWaldvogel in #17
- Closes #16: [Feature] - Add support for OTLP exporters (tracing and metrics) by @heiko-holz in #19
- Closes #11 Adding Release CI/CD-Pipeline with Github Actions by @danipaniii in #21
New Contributors
- @ClaudioWaldvogel made their first contribution in #15
- @heiko-holz made their first contribution in #19
- @danipaniii made their first contribution in #21
Full Changelog: 2.0.0...2.0.1
Version 2.0.0
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