Skip to content

Commit 6209c06

Browse files
authored
Move BatchLogProcessor with runtime to separate module (#2463)
1 parent 23f6ae2 commit 6209c06

File tree

4 files changed

+893
-487
lines changed

4 files changed

+893
-487
lines changed

opentelemetry-sdk/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ metadata, a feature introduced in version 0.1.40. [#2418](https://github.com/ope
149149
- *After:*
150150
```rust
151151
let logger_provider = LoggerProvider::builder()
152-
.with_log_processor(BatchLogProcessorWithAsyncRuntime::builder(exporter, runtime::Tokio).build())
152+
.with_log_processor(log_processor_with_async_runtime::BatchLogProcessor::builder(exporter, runtime::Tokio).build())
153153
.build();
154154
```
155155

0 commit comments

Comments
 (0)