Skip to content

Commit c0999d0

Browse files
committed
changed mutex poisioning error message
1 parent 3381f7e commit c0999d0

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 remote sampling client 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. The last known configuration will continue to be used until the application is restarted.",
113113
);
114114
});
115115
}

0 commit comments

Comments
 (0)