OpenTelemetry - CNCF/opentelemetry-go-contrib: Release v1.1.1
Name: opentelemetry-go-contrib
Owner: OpenTelemetry - CNCF
Release: Release v1.1.1/v0.26.1
Released: 2021-11-04
License: Apache-2.0
Release Assets:
[1.1.1/0.26.1] - 2021-11-04
Changed
- The
Transport
,Handler
, and HTTP client convenience wrappers in thego.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
package now use theTracerProvider
from the parent context if one exists and none was explicitly set when configuring the instrumentation. (#873) - Semantic conventions now use
go.opentelemetry.io/otel/semconv/v1.7.0"
. (#1385)