Skip to content

Commit c6832c2

Browse files
committed
Updates CHANGELOG
1 parent a3f5570 commit c6832c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

opentelemetry-sdk/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
- Added `Resource::get_ref(&self, key: &Key) -> Option<&Value>` to allow retrieving a reference to a resource value without cloning.
66
- **Breaking** Removed the following public hidden methods from the `SdkTracer` [#3227][3227]:
77
- `id_generator`, `should_sample`
8+
- **Breaking** Removed `Default` and `Clone` implementation from `InMemoryMetricExporter`.
9+
- **Breaking** `InMemoryMetricExporterBuilder` requires mandatory `metrics` field to be set via
10+
`.with_metrics` method.
811

912
[3227]: https://github.com/open-telemetry/opentelemetry-rust/pull/3227
1013

0 commit comments

Comments
 (0)