Skip to content

Release 0.21.0

Choose a tag to compare

@jsuereth jsuereth released this 27 Apr 19:50
· 156 commits to main since this release
2ebf83b

This release provides a preview of the stable metric-exporer for Java, additionally releasing alpha-versions of important OTEL components individually consumable.

GCP Propagators

This release includes a new maven artifact: com.google.cloud.opentelemetry:propagators-gcp. This provides hooks to leverage the X-Cloud-Trace-Context propagation header used by Google Cloud load balancers. See the readme for details.

GCP Resource Detection

This release includes a new maven artifact: com.google.cloud.opentelemetry:detector-resources. This provides hooks to detect GCP related resource attributes, e.g. cloud.platform.
See the readme for details.

Tracing Exporter Changes

This release includes some (possibly breaking) trace exporter changes. Specifically, the exporter will now include more attributes in spans by default, including instrumentation scope, resource and others.