Skip to content

Commit 6a80274

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

File tree

1 file changed

+1
-1
lines changed
  • opentelemetry-sdk/src/trace/sampler/jaeger_remote

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ impl JaegerRemoteSampler {
205205
Ok(remote_strategy_resp) => strategy.update(remote_strategy_resp),
206206
Err(err_msg) => {
207207
otel_warn!(
208-
name: "JaegerRemoteSampler.FailedToFetchSamplingStrategy",
208+
name: "JaegerRemoteSampler.FailedToFetchStrategy",
209209
message= "Failed to fetch the sampling strategy from the remote endpoint. The last successfully fetched configuration will be used if available; otherwise, the default sampler will be applied until a successful configuration fetch.",
210210
reason = format!("{}", err_msg),
211211
);

0 commit comments

Comments
 (0)