Skip to content

Commit

Permalink
[SDK] Fix BatchLogRecordProcessor to instrument shutdown (open-teleme…
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalff authored Feb 4, 2025
1 parent edb8937 commit 3506a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/logs/batch_log_record_processor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ void BatchLogRecordProcessor::DoBackgroundWork()
if (synchronization_data_->is_shutdown.load() == true)
{
DrainQueue();
return;
break;
}

auto start = std::chrono::steady_clock::now();
Expand Down

0 comments on commit 3506a7a

Please sign in to comment.