We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aaf156 commit f1d5142Copy full SHA for f1d5142
opentelemetry-sdk/src/logs/log_processor.rs
@@ -155,7 +155,7 @@ impl LogProcessor for SimpleLogProcessor {
155
pub struct BatchLogProcessor<R: RuntimeChannel> {
156
message_sender: R::Sender<BatchMessage>,
157
158
- // Track dropped logs. We'll log this at shutdown and also emit
+ // Track dropped logs - we'll log this at shutdown
159
dropped_logs_count: AtomicUsize,
160
161
// Track the maximum queue size that was configured for this processor
0 commit comments