OpenTelemetry - CNCF/opentelemetry-java-contrib: Release v1.37.0

Name: opentelemetry-java-contrib

Owner: OpenTelemetry - CNCF

Release: Version 1.37.0

Released: 2024-07-18

License: Apache-2.0

Release Assets:

This release targets the OpenTelemetry SDK 1.40.0.

AWS resources

  • Add ECS cluster detection (#1354)

Baggage processor

  • Add config support (#1330)

Inferred spans - New 🌟

An OpenTelemetry extension for generating spans via profiling instead of instrumentation. This extension enhances traces by running async-profiler in wall-clock profiling mode whenever there is an active sampled OpenTelemetry span.

The resulting profiling data is analyzed afterward and spans are "inferred". This means there is a delay between the regular and the inferred spans being visible in your OpenTelemetry backend/UI.

JFR connection

  • Fix for using diagnostic command to start a recording (#1352)

JMX metrics

  • Support both a script and target systems (#1339)

🙇 Thank you

This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:

@bjrara @breedx-splk @dsgrieve @jack-berg @jackshirazi @jaydeluca @jeanbisutti @jkwatson @JonasKunz @laurit @LikeTheSalad @MikeGoldsmith @sirianni @srprash @SylvainJuge @trask @wangzlei @zeitlinger

To top