You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: opentelemetry-sdk/CHANGELOG.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,9 @@
41
41
-`SpanData` doesn't have the resource attributes. The `SpanExporter::export()` method needs to merge it
42
42
with the earlier preserved resource before export.
43
43
44
-
-**Breaking**[1836](https://github.com/open-telemetry/opentelemetry-rust/pull/1836)`SpanProcessor::shutdown` now takes an immutable reference to self. Any reference can call shutdown on the processor. After the first call to `shutdown` the processor will not process any new spans.
44
+
-**Breaking**[1836](https://github.com/open-telemetry/opentelemetry-rust/pull/1836)`SpanProcessor::shutdown` now takes an immutable reference to self. Any reference can call shutdown on the processor. After the first call to `shutdown` the processor will not process any new spans.
45
+
46
+
-**Breaking**[1850] (https://github.com/open-telemetry/opentelemetry-rust/pull/1850) `LoggerProvider::log_processors()` and `LoggerProvider::resource()` are not public methods anymore. They are only used within the `opentelemetry-sdk` crate.
Copy file name to clipboardexpand all lines: opentelemetry-sdk/benches/log.rs
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
//! run with `$ cargo bench --bench log --features=logs -- --exact <test_name>` to run specific test for logs
2
-
//! So to run test named "full-log-with-attributes/with-context" you would run `$ cargo bench --bench log --features=logs -- --exact full-log-with-attributes/with-context`
3
-
//! To run all tests for logs you would run `$ cargo bench --bench log --features=logs`
1
+
//! run with `$ cargo bench --bench log -- --exact <test_name>` to run specific test for logs
2
+
//! So to run test named "full-log-with-attributes/with-context" you would run `$ cargo bench --bench log -- --exact full-log-with-attributes/with-context`
3
+
//! To run all tests for logs you would run `$ cargo bench --bench log`
0 commit comments