Skip to content

Commit 27558d9

Browse files
committed
Review comment
1 parent 30f285c commit 27558d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-sdk/src/trace/sampler/jaeger_remote/sampling_strategy.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ impl Inner {
107107
}
108108
})
109109
.unwrap_or_else(|_err| {
110-
otel_debug!(
110+
otel_warn!(
111111
name: "JaegerRemoteSampler.MutexPoisoned",
112112
message = "Failed to update Jaeger Remote sampling strategy. The sampler's internal mutex is poisoned, indicating a panic occurred in another thread holding the lock. Sampling decisions may be using stale configuration.",
113113
);

0 commit comments

Comments
 (0)