We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5873cae commit 24da59eCopy full SHA for 24da59e
opentelemetry-otlp/CHANGELOG.md
@@ -21,7 +21,7 @@ The logrecord event-name is added as an attribute only if the feature flag
21
22
- Add "metrics", "logs" to default features. With this, default feature list is
23
"trace", "metrics" and "logs".
24
-- `OtlpMetricPipeline.build()` no longer invoke the
+- **Breaking** `OtlpMetricPipeline.build()` no longer invoke the
25
`global::set_meter_provider`. User who setup the pipeline must do it
26
themselves using `global::set_meter_provider(meter_provider.clone());`.
27
- Add `with_resource` on `OtlpLogPipeline`, replacing the `with_config` method.
0 commit comments