Skip to content

Releases: open-telemetry/opentelemetry-java-contrib

Version 1.4.0

13 Aug 03:02
9b9514e
Compare
Choose a tag to compare

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

02 Jun 16:25
4d72f82
Compare
Choose a tag to compare

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.