Skip to content

Commit 788df4e

Browse files
committed
review comment
1 parent 6a80274 commit 788df4e

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_warn!(
111111
name: "JaegerRemoteSampler.MutexPoisoned",
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. The last known configuration will continue to be used until the application is restarted.",
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. No further attempts to update the strategy will be made until the application or process restarts, and the last known configuration will continue to be used.",
113113
);
114114
});
115115
}

0 commit comments

Comments
 (0)