OpenTelemetry - CNCF/opentelemetry-go: Release v1.6.2
Name: opentelemetry-go
Owner: OpenTelemetry - CNCF
Release: Release v1.6.2
Released: 2022-04-06
License: Apache-2.0
Release Assets:
1.6.2 - 2022-04-06
Changed
- Don't panic anymore when setting a global TracerProvider or TextMapPropagator to itself. (#2749)
- Upgrade
go.opentelemetry.io/proto/otlp
ingo.opentelemetry.io/otel/exporters/otlp/otlptrace
fromv0.12.1
tov0.15.0
. This replaces the use of the now deprecatedInstrumentationLibrary
andInstrumentationLibrarySpans
types and fields in the proto library with the equivalentInstrumentationScope
andScopeSpans
. (#2748)