Skip to content

Commit

Permalink
Merge branch 'main' into feature/log-processing-wip
Browse files Browse the repository at this point in the history
  • Loading branch information
xtremekforever committed Oct 9, 2024
2 parents 5c1a976 + 90d63b4 commit 72927e9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ public actor OTelBatchSpanProcessor<Exporter: OTelSpanExporter, Clock: _Concurre
private func export(_ batch: some Collection<OTelFinishedSpan> & Sendable) async {
let batchID = batchID
self.batchID += 1
print(batchID)

var exportLogger = logger
exportLogger[metadataKey: "batch_id"] = "\(batchID)"
Expand Down

0 comments on commit 72927e9

Please sign in to comment.