You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
instrumentation/net/http/otelhttp: upgrade semconv to v1.26.0 (open-telemetry#5923)
Bases on the discussion in open-telemetry#5902 , we have came to the conclusion that
there's no new stable attributes introduced in semconv v1.26.0 for
otelhttp. We can directly bump from v1.24.0 to v1.26.0
Changes in this PR:
- bump semconv from v1.24.0 to v1.26.0 for otelhttp
- rename the
`instrumentation/net/http/otelhttp/internal/semconv/v1.24.0.go` to
`instrumentation/net/http/otelhttp/internal/semconv/httpconv.go` to
match with client side naming convention
---------
Co-authored-by: Damien Mathieu <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
17
17
This module provides an OpenTelemetry logging bridge for `go.uber.org/zap`. (#5191)
18
18
- The `go.opentelemetry.io/contrib/config` package supports configuring `with_resource_constant_labels` for the prometheus exporter. (#5890)
19
19
- Add new runtime metrics to `go.opentelemetry.io/contrib/instrumentation/runtime`, which are still disabled by default. (#5870)
20
-
- Support for the `OTEL_HTTP_CLIENT_COMPATIBILITY_MODE=http/dup` environment variable in `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` to emit attributes for both the v1.20.0 and v1.24.0 semantic conventions. (#5401)
20
+
- Support for the `OTEL_HTTP_CLIENT_COMPATIBILITY_MODE=http/dup` environment variable in `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` to emit attributes for both the v1.20.0 and v1.26.0 semantic conventions. (#5401)
0 commit comments