Skip to content
Prev Previous commit
Next Next commit
Update src/OpenTelemetry.Instrumentation.GrpcNetClient/CHANGELOG.md
Co-authored-by: Reiley Yang <[email protected]>
  • Loading branch information
Kielek and reyang authored Jan 26, 2024
commit 6e84e4336071a308813f206c99e18f636978fdbb
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
[issue](https://github.com/open-telemetry/opentelemetry-dotnet/issues/5092)
for details and workaround.
([#5077](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5077))
* Removed support for `http` and `http/dup` values for`OTEL_SEMCONV_STABILITY_OPT_IN`
environment variable. The library will now emit only the
* Removed `OTEL_SEMCONV_STABILITY_OPT_IN` environment variable support. The
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One question .. The grpc conventions are still not stable and this instrumentaion is still emitting them. Should we explicitly call it out, to avoid giving the feel that the entire conventions emitted by this is stable?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's fine, folks who want to spend time reading changelog should already know semver2.

library will now emit the
[stable](https://github.com/open-telemetry/semantic-conventions/tree/v1.23.0/docs/http)
HTTP semantic conventions.
([#5259](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5259))
Expand Down