Skip to content

Commit

Permalink
Move BatchLogProcessor with runtime to separate module (#2463)
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas authored Dec 21, 2024
1 parent 23f6ae2 commit 6209c06
Show file tree
Hide file tree
Showing 4 changed files with 893 additions and 487 deletions.
2 changes: 1 addition & 1 deletion opentelemetry-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ metadata, a feature introduced in version 0.1.40. [#2418](https://github.com/ope
- *After:*
```rust
let logger_provider = LoggerProvider::builder()
.with_log_processor(BatchLogProcessorWithAsyncRuntime::builder(exporter, runtime::Tokio).build())
.with_log_processor(log_processor_with_async_runtime::BatchLogProcessor::builder(exporter, runtime::Tokio).build())
.build();
```

Expand Down
Loading

0 comments on commit 6209c06

Please sign in to comment.