Skip to content

Commit 3fb3660

Browse files
committed
fix
1 parent 7f3198a commit 3fb3660

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

opentelemetry-otlp/CHANGELOG.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ now use `.with_resource(RESOURCE::default())` to configure Resource when using
2020
previous release.
2121
- **Breaking** [1869](https://github.com/open-telemetry/opentelemetry-rust/pull/1869) The OTLP logs exporter now overrides the [InstrumentationScope::name](https://github.com/open-telemetry/opentelemetry-proto/blob/b3060d2104df364136d75a35779e6bd48bac449a/opentelemetry/proto/common/v1/common.proto#L73) field with the `target` from `LogRecord`, if target is populated.
2222
- Groups batch of `LogRecord` and `Span` by their resource and instrumentation scope before exporting, for better efficiency [#1873](https://github.com/open-telemetry/opentelemetry-rust/pull/1873).
23-
- This optimization reduces redundancy and improves the efficiency of log export.
24-
- The OTLP compliant Collector or Agents would be able to successfully parse these events.
23+
2524

2625
## v0.16.0
2726

0 commit comments

Comments
 (0)