Skip to content

Commit 0589012

Browse files
lalitbcijothomas
andauthored
Update opentelemetry-sdk/src/trace/sampler/jaeger_remote/sampling_strategy.rs
Co-authored-by: Cijo Thomas <[email protected]>
1 parent cd954f1 commit 0589012

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
@@ -140,7 +140,7 @@ impl Inner {
140140
}
141141
_ => {
142142
otel_warn!(
143-
name: "Sampler.JaegerRemote.InvalidStrategy",
143+
name: "JaegerRemoteSampler.InvalidStrategyReceived",
144144
message = "Invalid sampling strategy received from the remote endpoint. Expected one of: OperationSampling, RateLimitingSampling, or ProbabilisticSampling. Continuing to use the previous strategy or default sampler until a successful update.",
145145
);
146146
None

0 commit comments

Comments
 (0)