diff --git a/src/OpenTelemetry.Instrumentation.GrpcNetClient/CHANGELOG.md b/src/OpenTelemetry.Instrumentation.GrpcNetClient/CHANGELOG.md index 85710a70f38..850c713aa0d 100644 --- a/src/OpenTelemetry.Instrumentation.GrpcNetClient/CHANGELOG.md +++ b/src/OpenTelemetry.Instrumentation.GrpcNetClient/CHANGELOG.md @@ -2,10 +2,10 @@ ## Unreleased -* Updated [Semantic - Conventions](https://github.com/open-telemetry/semantic-conventions/blob/v1.21.0/docs/http/http-spans.md) - to v1.21.0. This library can emit either old, new, or both attributes. Users -can control which attributes are emitted by setting the environment variable +* Updated Semantic Conventions to + [v1.21.0](https://github.com/open-telemetry/semantic-conventions/blob/v1.21.0/docs/rpc/rpc-spans.md). + This library can emit either old, new, or both attributes. Users can control +which attributes are emitted by setting the environment variable OTEL_SEMCONV_STABILITY_OPT_IN. [#4658](https://github.com/open-telemetry/opentelemetry-dotnet/pull/4658)