Skip to content

Commit 796bf80

Browse files
lalitbTommyCpp
andauthored
Update opentelemetry-sdk/src/trace/sampler/jaeger_remote/sampler.rs
Co-authored-by: Zhongyang Wu <zhongyang.wu@outlook.com>
1 parent d4fe5a0 commit 796bf80

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ impl JaegerRemoteSampler {
206206
Err(err_msg) => {
207207
otel_error!(
208208
name: "JaegerRemoteSampler.UpdateStrategy.RequestFailed",
209-
message = "Failed to fetch new sampling strategy from remote endpoint. This may cause the sampler to use stale configuration until the next successful update.",
209+
message = "Failed to fetch the new sampling strategy from remote endpoint. This may cause the sampler to use stale configuration until the next successful update.",
210210
reason = format!("{}", err_msg),
211211
);
212212
}

0 commit comments

Comments
 (0)