We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a8cf47 commit a85cbafCopy full SHA for a85cbaf
opentelemetry-sdk/CHANGELOG.md
@@ -13,9 +13,9 @@
13
[#1973](https://github.com/open-telemetry/opentelemetry-rust/pull/1973)
14
- **Breaking** [#1985](https://github.com/open-telemetry/opentelemetry-rust/pull/1985)
15
Hide LogRecord attributes Implementation Details from processors and exporters.
16
- The custom exporter's can't directly access the `LogData::LogRecord::attributes`, as
+ The custom exporters and processors can't directly access the `LogData::LogRecord::attributes`, as
17
these are private to opentelemetry-sdk. Instead, they would now use LogRecord::attributes_iter()
18
- and LogRecord::attributes_len() methods to access them.
+ method to access them.
19
20
21
## v0.24.1
0 commit comments