Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb committed Oct 28, 2024
1 parent 796bf80 commit 182cd2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ impl JaegerRemoteSampler {
match Self::request_new_strategy(&client, endpoint.clone()).await {
Ok(remote_strategy_resp) => strategy.update(remote_strategy_resp),
Err(err_msg) => {
otel_error!(
otel_warn!(
name: "JaegerRemoteSampler.UpdateStrategy.RequestFailed",
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.",
reason = format!("{}", err_msg),
Expand Down

0 comments on commit 182cd2c

Please sign in to comment.