Skip to content

Releases: open-telemetry/opentelemetry-java-contrib

Version 1.5.0

21 Sep 07:02
efc9952
Compare
Choose a tag to compare

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

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.