Skip to content

Releases: grafana/grafana-opentelemetry-java

v2.10.0

14 Nov 11:14
de18cc7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.9.0...v2.10.0

v2.9.0

18 Oct 12:38
2e0f6e5
Compare
Choose a tag to compare

v2.8.0

19 Sep 13:59
784fb4d
Compare
Choose a tag to compare

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 the server.address and
    server.port attributes for the http.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

31 Jul 09:53
0b482fb
Compare
Choose a tag to compare

Add grafana.otel.trace-response-header.enabled to enable the trace response header for RUM tracing
(enabled by default).

v2.6.0-beta.1

17 Jul 16:02
2d21621
Compare
Choose a tag to compare

v2.5.0-beta.1

04 Jul 16:03
1783a5d
Compare
Choose a tag to compare

v2.4.0-beta.1

27 May 14:02
Compare
Choose a tag to compare

v2.3.0-beta.1

12 Apr 12:32
44d7fb2
Compare
Choose a tag to compare

v2.2.0-beta.1

15 Mar 18:01
a878695
Compare
Choose a tag to compare
  • Update to OpenTelemetry 2.2.0
    • The resource providers for Google Cloud and AWS are not enabled by default anymore.
      You can enable them using OTEL_RESOURCE_PROVIDERS_AWS_ENABLED=true and OTEL_RESOURCE_PROVIDERS_GCP_ENABLED=true.
    • Jetty is now supported in Spring Boot 3.2.

v2.1.0-beta.1

19 Feb 12:34
994a7e0
Compare
Choose a tag to compare
  • 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.