OpenTelemetry - CNCF/opentelemetry-go-contrib: Release v1.21.1
Name: opentelemetry-go-contrib
Owner: OpenTelemetry - CNCF
Release: Release v1.21.1/v0.46.1/v0.15.1/v0.1.1
Released: 2023-11-16
License: Apache-2.0
Release Assets:
Changed
- Upgrade dependencies of OpenTelemetry Go to use the new
v1.21.0
/v0.44.0
release. (#4582)
Fixed
- Fix
StreamClientInterceptor
ingo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
to end the spans synchronously. (#4537) - Fix data race in stats handlers when processing messages received and sent metrics in
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
. (#4577) - The stats handlers
NewClientHandler
,NewServerHandler
ingo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
now record RPC durations inms
instead ofns
. (#4548)