Skip to content

Commit 5a8cf47

Browse files
committed
Merge branch 'hide-logrecord-attr-impl-details' of github.com:lalitb/opentelemetry-rust into hide-logrecord-attr-impl-details
2 parents 31954ec + 7d57096 commit 5a8cf47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-sdk/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
[#1970](https://github.com/open-telemetry/opentelemetry-rust/pull/1970)
1313
[#1973](https://github.com/open-telemetry/opentelemetry-rust/pull/1973)
1414
- **Breaking** [#1985](https://github.com/open-telemetry/opentelemetry-rust/pull/1985)
15-
Hide LogRecord attributes Implementation Details from exporters.
15+
Hide LogRecord attributes Implementation Details from processors and exporters.
1616
The custom exporter's can't directly access the `LogData::LogRecord::attributes`, as
1717
these are private to opentelemetry-sdk. Instead, they would now use LogRecord::attributes_iter()
1818
and LogRecord::attributes_len() methods to access them.

0 commit comments

Comments
 (0)