Version 1.7.0
This release targets the OpenTelemetry SDK 1.7.0.
Disruptor span processor - New π
Moved from SDK repo.
JFR streaming - New π
Listens for JFR events (using the Streaming API) and converts them to OpenTelemetry metrics.
Runtime attach - New π
Allows programmatic attach of Javaagent.
JMX metrics
- Update Cassandra units for latency counters (#111)
- Update cassandra counters to be non-monotonic where appropriate (#113)
- Update cassandra jmx metrics script to combine similar metrics into labelled metric (#118)
Maven extension
- Fix failure to load the extension declaring it in pom.xml (#86)
- Fix exception if OTLP exporter is not configured properly (#93).
- Support disabling the creation of mojo execution spans (#108)
- Use the OpenTelemetry SDK Autoconfigure extension to support more configuration setting. All the settings of the OTLP exporter are supported. (#112)