Skip to content

Commit 4fc099c

Browse files
committed
chore: fix change log
1 parent e03f8ad commit 4fc099c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

opentelemetry-sdk/CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
- **Breaking** Removed the following public hidden methods from the `SdkTracer` [#3227][3227]:
77
- `id_generator`, `should_sample`
88
- **Fix**: ObservableCounter and ObservableUpDownCounter now correctly report only data points from the current measurement cycle,
9-
removing stale attribute combinations that are no longer observed. This fixes [#3213](3213)
10-
where dynamic attributes (e.g., client connections with changing IPs/ports) would accumulate historical data indefinitely.
11-
Both Delta and Cumulative temporality modes now use `collect_and_reset` internally to clean up unobserved attributes.
9+
removing stale attribute combinations that are no longer observed. [#3213](https://github.com/open-telemetry/opentelemetry-rust/pull/3248)
1210

1311
[3227]: https://github.com/open-telemetry/opentelemetry-rust/pull/3227
1412

0 commit comments

Comments
 (0)