From 0e6ea936ca5f0df2761488616cdf9cd24583670a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Paj=C4=85k?= Date: Mon, 21 Oct 2024 13:12:21 +0200 Subject: [PATCH 1/2] Add changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2be80bf7c0f..11831ee7472 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Add `ReservoirProvider`, `HistogramReservoirProvider` and `FixedSizeReservoirProvider` to `go.opentelemetry.io/otel/sdk/metric/exemplar` to make it convenient to use providers of Reservoirs. (#5861) - The `go.opentelemetry.io/otel/semconv/v1.27.0` package. The package contains semantic conventions from the `v1.27.0` version of the OpenTelemetry Semantic Conventions. (#5894) +- Add `Attributes attribute.Set` field to `Scope` in `go.opentelemetry.io/otel/sdk/instrumentation`. + The `Tracer`, `Meter`, `Logger` returned by the SDK providers now handle scope attributes that it is now one of the identifying fields. (#TODO) +- `go.opentelemetry.io/otel/exporters/stdout/stdouttrace` emits the instrumentation scope attributes. (#TODO) +- `go.opentelemetry.io/otel/exporters/stdout/stdoutmetric` emits the instrumentation scope attributes. (#TODO) +- `go.opentelemetry.io/otel/exporters/stdout/stdoutlog` emits the instrumentation scope attributes. (#TODO) ### Fixed From 5de7b31bc4dee43d18cced97f43cf4eb14ca0764 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Paj=C4=85k?= Date: Mon, 21 Oct 2024 13:18:45 +0200 Subject: [PATCH 2/2] Update PR link --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11831ee7472..6e882699497 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,10 +18,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - The `go.opentelemetry.io/otel/semconv/v1.27.0` package. The package contains semantic conventions from the `v1.27.0` version of the OpenTelemetry Semantic Conventions. (#5894) - Add `Attributes attribute.Set` field to `Scope` in `go.opentelemetry.io/otel/sdk/instrumentation`. - The `Tracer`, `Meter`, `Logger` returned by the SDK providers now handle scope attributes that it is now one of the identifying fields. (#TODO) -- `go.opentelemetry.io/otel/exporters/stdout/stdouttrace` emits the instrumentation scope attributes. (#TODO) -- `go.opentelemetry.io/otel/exporters/stdout/stdoutmetric` emits the instrumentation scope attributes. (#TODO) -- `go.opentelemetry.io/otel/exporters/stdout/stdoutlog` emits the instrumentation scope attributes. (#TODO) + The `Tracer`, `Meter`, `Logger` returned by the SDK providers now handle scope attributes that it is now one of the identifying fields. (#5903) +- `go.opentelemetry.io/otel/exporters/stdout/stdouttrace` emits the instrumentation scope attributes. (#5903) +- `go.opentelemetry.io/otel/exporters/stdout/stdoutmetric` emits the instrumentation scope attributes. (#5903) +- `go.opentelemetry.io/otel/exporters/stdout/stdoutlog` emits the instrumentation scope attributes. (#5903) ### Fixed