Skip to content

Commit 8070e45

Browse files
authored
Merge branch 'main' into feat/normalize-otlp-crate
2 parents 6e27d29 + 8bd529a commit 8070e45

File tree

5 files changed

+138
-159
lines changed

5 files changed

+138
-159
lines changed

opentelemetry-sdk/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- Improved `LoggerProvider` shutdown handling to prevent redundant shutdown calls when `drop` is invoked. [#2195](https://github.com/open-telemetry/opentelemetry-rust/pull/2195)
88
- **BREAKING**: [#2217](https://github.com/open-telemetry/opentelemetry-rust/pull/2217)
99
- **Replaced**: Removed `{Delta,Cumulative}TemporalitySelector::new()` in favor of directly using `Temporality` enum to simplify the configuration of MetricsExporterBuilder with different temporalities.
10+
- When creating new metric instruments, SDK would return a no-op instrument if the validation fails. [#2166](https://github.com/open-telemetry/opentelemetry-rust/pull/2166)
1011

1112
## v0.26.0
1213
Released 2024-Sep-30

0 commit comments

Comments
 (0)