Skip to content

Commit d4fe5a0

Browse files
committed
update comment
1 parent ecbf50e commit d4fe5a0

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
@@ -109,7 +109,7 @@ impl Inner {
109109
.unwrap_or_else(|_err| {
110110
otel_debug!(
111111
name: "JaegerRemoteSampler.MutexPoisoned",
112-
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.",
112+
message = "Unable to update Jaeger Remote sampling strategy: the sampler's internal mutex is poisoned, likely due to a panic in another thread holding the lock. This may result in using stale configuration until the remote sampling client is restarted.",
113113
);
114114
});
115115
}

0 commit comments

Comments
 (0)