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 c0e0a73 commit ad83b13Copy full SHA for ad83b13
opentelemetry-sdk/CHANGELOG.md
@@ -44,7 +44,7 @@ also modified to suppress telemetry before invoking exporters.
44
"spec_unstable_metrics_views". This was only required when using Views.
45
[#2928](https://github.com/open-telemetry/opentelemetry-rust/pull/2928)
46
- *Breaking* change, affecting custom `PushMetricExporter` authors:
47
- - The `export` method on `PushMetricExporter` receives a `&ResourceMetrics`
+ - The `export` method on `PushMetricExporter` now accepts `&ResourceMetrics`
48
instead of `&mut ResourceMetrics`.
49
50
## 0.29.0
0 commit comments