We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3f5570 commit c6832c2Copy full SHA for c6832c2
opentelemetry-sdk/CHANGELOG.md
@@ -5,6 +5,9 @@
5
- Added `Resource::get_ref(&self, key: &Key) -> Option<&Value>` to allow retrieving a reference to a resource value without cloning.
6
- **Breaking** Removed the following public hidden methods from the `SdkTracer` [#3227][3227]:
7
- `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.
11
12
[3227]: https://github.com/open-telemetry/opentelemetry-rust/pull/3227
13
0 commit comments