Skip to content

Commit 7cfe8cd

Browse files
authored
chore: fix changelogs (#2983)
1 parent aeb38a0 commit 7cfe8cd

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

opentelemetry-otlp/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55
- Update `tonic` dependency version to 0.13
66
- Re-export `tonic` types under `tonic_types`
77
[2898](https://github.com/open-telemetry/opentelemetry-rust/pull/2898)
8-
- It is now possible to add links to a `Span` via the `SpanRef` that you get from
9-
a `Context`. [2959](https://github.com/open-telemetry/opentelemetry-rust/pull/2959)
8+
- Publicly re-exported `MetricExporterBuilder`, `SpanExporterBuilder`, and
9+
`LogExporterBuilder` types, enabling users to directly reference and use these
10+
builder types for metrics, traces, and logs exporters.
11+
[2966](https://github.com/open-telemetry/opentelemetry-rust/pull/2966)
1012

1113
## 0.29.0
1214

opentelemetry-sdk/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## vNext
44

5+
- It is now possible to add links to a `Span` via the `SpanRef` that you get from
6+
a `Context`. [2959](https://github.com/open-telemetry/opentelemetry-rust/pull/2959)
57
- **Feature**: Added context based telemetry suppression. [#2868](https://github.com/open-telemetry/opentelemetry-rust/pull/2868)
68
- `SdkLogger`, `SdkTracer` modified to respect telemetry suppression based on
79
`Context`. In other words, if the current context has telemetry suppression

0 commit comments

Comments
 (0)