We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 31954ec + 7d57096 commit 5a8cf47Copy full SHA for 5a8cf47
opentelemetry-sdk/CHANGELOG.md
@@ -12,7 +12,7 @@
12
[#1970](https://github.com/open-telemetry/opentelemetry-rust/pull/1970)
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 exporters.
+ Hide LogRecord attributes Implementation Details from processors and exporters.
16
The custom exporter's 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.
0 commit comments