Skip to content

Commit 182cd2c

Browse files
committed
Fix
1 parent 796bf80 commit 182cd2c

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
@@ -204,7 +204,7 @@ impl JaegerRemoteSampler {
204204
match Self::request_new_strategy(&client, endpoint.clone()).await {
205205
Ok(remote_strategy_resp) => strategy.update(remote_strategy_resp),
206206
Err(err_msg) => {
207-
otel_error!(
207+
otel_warn!(
208208
name: "JaegerRemoteSampler.UpdateStrategy.RequestFailed",
209209
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),

0 commit comments

Comments
 (0)