Releases: open-telemetry/opentelemetry-java-contrib
Releases · open-telemetry/opentelemetry-java-contrib
Version 1.5.0
This release targets the OpenTelemetry SDK 1.5.0.
JMX metrics
- Due to updating to OpenTelemetry SDK 1.5.0, many of the APIs presented for configuration have been changed so you will need to update any Groovy config scripts to match.
*ValueRecorder
has been replaced with*Histogram
*Sum
have been replaced with*Counter
*Observer
have been replaced with*Callback
and do not return any object anymore
Version 1.4.0
This release targets the OpenTelemetry SDK 1.4.0.
AWS X-Ray - New 🌟
This library contains OTel extensions for use with AWS X-Ray.
JMX Metrics
- Because of numerous backwards incompatible changes in the OpenTelemetry Metrics data model, you will want to make sure you are running the latest version of the OpenTelemetry collector. Older versions will likely not process metrics correctly.
Version 1.0.0-alpha
JMX metrics - New 🌟
- Adopt OpenTelemetry 1.0.0(-alpha) dependencies (#32)
- Update JMX Metric Gatherer to use 1.0.0(-alpha) proto, API, SDK, and exporters.
- Update JMX Metric Gatherer to use Autoconfigure SDK extension properties*
- JMX Metric Gatherer - Handle missing MBean attributes without failing (#39) - Thanks to @dehaansa.