Version 1.10.0
This release targets the OpenTelemetry SDK 1.10.0.
JMX metrics
- Add multi attribute support (#137)
- Add support for Tomcat (#155)
- Change metric to Gauge (#194)
- Remove manual exporter flush (#190)
Maven extension
- Support Maven parallel builds (#161)
- Capture details on mojo goal executions:
deploy:deploy,spring-boot:build-image,jib:build,snyk:test,snyk:monitor(#146) - Fix lifecycle to support the Maven daemon (#169)
- Fix
service.nameattribute overwrite (#184) - Fix default
service.name+ simplify configuration using Otel AutoConfig SDK 1.10 ResourceProvider SPI improvements (enable specifying the classloader making it compatible with Maven Plexus) (#187) - Add Tracer instrumentationVersion (ie
otel.library.version) (#191) - Reduce the cardinality of mojo span names (#192)
Samplers
- Rename contrib-samplers to samplers (#185)