Skip to content

Commit

Permalink
Address nit
Browse files Browse the repository at this point in the history
Feature: telemetry
Signed-off-by: Michael MacDonald <[email protected]>
  • Loading branch information
mjmac committed Feb 26, 2025
1 parent 4abb98f commit 9196cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cart/crt_context.c
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ crt_context_provider_create(crt_context_t *crt_ctx, crt_provider_t provider, boo
"net/%s/uri_lookup_timeout/ctx_%u",
prov, ctx->cc_idx);
if (ret)
DL_WARN(ret, "Failed to create timed out uri req counter:");
DL_WARN(ret, "Failed to create timed out uri req counter");

ret = d_tm_add_metric(&ctx->cc_failed_addr, D_TM_COUNTER,
"Total number of failed address "
Expand Down

0 comments on commit 9196cdc

Please sign in to comment.