Skip to content

Commit 75bde52

Browse files
authored
Lower 'durable.worker.claim_tasks' span to 'debug' level (#56)
We already have the metric, so let's avoid reporting lots of spans to OpenTelemetry
1 parent a198f9b commit 75bde52

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/worker.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ impl Worker {
220220
#[cfg_attr(
221221
feature = "telemetry",
222222
tracing::instrument(
223+
level = "debug",
223224
name = "durable.worker.claim_tasks",
224225
skip(pool),
225226
fields(queue = %queue_name, worker_id = %worker_id, count = count)

0 commit comments

Comments
 (0)