Releases: grafana/grafana-opentelemetry-java
Releases · grafana/grafana-opentelemetry-java
v2.10.0
What's Changed
- Update to OpenTelemetry 2.10.0 by @grafanarenovatebot in #803
Full Changelog: v2.9.0...v2.10.0
v2.9.0
- Update to OpenTelemetry 2.9.0
v2.8.0
This is the first GA release of this distribution.
- Update to OpenTelemetry 2.7.0
- Update to OpenTelemetry 2.8.0
- Add
grafana.otel.http-server-request-duration.server-attributes.enabled
to opt in to theserver.address
and
server.port
attributes for thehttp.server.request.duration
metric (disabled by default). - Add
grafana.otel.resource.attribute.value.length.limit
to limit the length of attribute values in the resource
(default is 2048 characters - which aligns with Grafana Cloud). - Breaking Change: remove the deprecated
GRAFANA_CLOUD_*
,GRAFANA_OTLP_LOGGING_EXPORTER_ENABLED
and
GRAFANA_OTLP_DEBUG_LOGGING
environment variables.
v2.6.0-beta.2
Add grafana.otel.trace-response-header.enabled
to enable the trace response header for RUM tracing
(enabled by default).
v2.6.0-beta.1
- Update to OpenTelemetry 2.6.0
v2.5.0-beta.1
- Update to OpenTelemetry 2.5.0
v2.4.0-beta.1
- Update to OpenTelemetry 2.4.0
v2.3.0-beta.1
- Update to OpenTelemetry 2.3.0
v2.2.0-beta.1
- Update to OpenTelemetry 2.2.0
- The resource providers for Google Cloud and AWS are not enabled by default anymore.
You can enable them usingOTEL_RESOURCE_PROVIDERS_AWS_ENABLED=true
andOTEL_RESOURCE_PROVIDERS_GCP_ENABLED=true
. - Jetty is now supported in Spring Boot 3.2.
- The resource providers for Google Cloud and AWS are not enabled by default anymore.
v2.1.0-beta.1
- Update to OpenTelemetry 2.1.0
- Actuator instrumentation has been disabled by default. You can enable using
OTEL_INSTRUMENTATION_SPRING_BOOT_ACTUATOR_AUTOCONFIGURE_ENABLED=true
or
-Dotel.instrumentation.spring-boot-actuator-autoconfigure.enabled=true
.
- Actuator instrumentation has been disabled by default. You can enable using