Skip to content

Commit e98c61c

Browse files
authored
opentelemetry-sdk: Update changelog (#1633)
1 parent 1e36840 commit e98c61c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

opentelemetry-sdk/CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@
77
[1612](https://github.com/open-telemetry/opentelemetry-rust/pull/1612/files)
88
- [#1422](https://github.com/open-telemetry/opentelemetry-rust/pull/1422)
99
Fix metrics aggregation bug when using Views to drop attributes.
10-
- [#1623](https://github.com/open-telemetry/opentelemetry-rust/pull/1623) Add Drop implementation for SdkMeterProvider, which shuts down
11-
metricreaders, thereby allowing metrics still in memory to be flushed out.
12-
- **Breaking** [#1624](https://github.com/open-telemetry/opentelemetry-rust/pull/1624) Remove `OsResourceDetector` and `ProcessResourceDetector` resource detectors, use the `opentelemetry-resource-detector` [crate](https://github.com/open-telemetry/opentelemetry-rust-contrib/tree/main/opentelemetry-resource-detectors) instead.
10+
- [#1623](https://github.com/open-telemetry/opentelemetry-rust/pull/1623) Add Drop implementation for SdkMeterProvider,
11+
which shuts down metricreaders, thereby allowing metrics still in memory to be flushed out.
12+
- **Breaking** [#1624](https://github.com/open-telemetry/opentelemetry-rust/pull/1624) Remove `OsResourceDetector` and
13+
`ProcessResourceDetector` resource detectors, use the
14+
[`opentelemetry-resource-detector`](https://crates.io/crates/opentelemetry-resource-detectors) instead.
1315

1416
## v0.22.1
1517

0 commit comments

Comments
 (0)