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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,8 +46,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
46
46
- The `go.opentelemetry.io/otel/semconv/v1.36.0` package.
47
47
The package contains semantic conventions from the `v1.36.0` version of the OpenTelemetry Semantic Conventions.
48
48
See the [migration documentation](./semconv/v1.36.0/MIGRATION.md) for information on how to upgrade from `go.opentelemetry.io/otel/semconv/v1.34.0.`(#7032)
49
-
- Add experimental self-observability span metrics in `go.opentelemetry.io/otel/sdk/trace`.
50
-
Check the `go.opentelemetry.io/otel/sdk/trace/internal/x` package documentation for more information. (#7027)
49
+
- Add experimental self-observability span and batch span processor metrics in `go.opentelemetry.io/otel/sdk/trace`.
50
+
Check the `go.opentelemetry.io/otel/sdk/trace/internal/x` package documentation for more information. (#7027, #6393)
51
51
- Add native histogram exemplar support in `go.opentelemetry.io/otel/exporters/prometheus`. (#6772)
52
52
- Add experimental self-observability log metrics in `go.opentelemetry.io/otel/sdk/log`.
53
53
Check the `go.opentelemetry.io/otel/sdk/log/internal/x` package documentation for more information. (#7121)
0 commit comments