- This version supports Spring Boot 3.2.0
- Add resource attributes
telemetry.distro.name
=grafana-opentelemetry-starter
andtelemetry.distro.version
=1.4.0
- You can now disable the starter by setting
spring.opentelemetry.enabled=false
in your application.yaml or application.properties
- Fix histogram bucket boundaries - it was a lower bound of 1 - regardless of the unit (and 1s is too large for server response times)
- enable histograms for "http.server.requests"
- Logger is configured automatically for Logback and Log4j2 - no need to add any configuration to your application (if you have configured the OpenTelemetry logger already, it will be used)
- Broken for log4j - use 1.3.1 instead
- Set the base time unit to "seconds" - which ensures future compatibility with upcoming versions of the Grafana Agent
- Support thread name for logging
- Add support for log4j
- Bugfix: starter can now be used with maven
- Include open-telemetry resources (#14)
- Initial release