Skip to content

Commit

Permalink
Fix telemetry metric name (#666)
Browse files Browse the repository at this point in the history
  • Loading branch information
VianneyRuhlmann authored Oct 7, 2024
1 parent 67d4f7a commit f363618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sidecar/src/self_telemetry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ impl SelfTelemetry {
MetricNamespace::Tracers,
),
trace_api_bytes: worker.register_metric_context(
"trace_api_bytes".to_string(),
"trace_api.bytes".to_string(),
vec![],
MetricType::Distribution,
true,
Expand Down

0 comments on commit f363618

Please sign in to comment.