Skip to content

Commit

Permalink
change prometheus label
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron committed Jun 10, 2024
1 parent 61900cb commit 7b48e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdn-proto/src/connection/metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ lazy_static! {

// The per-message latency over the last 30 seconds
pub static ref RUNNING_LATENCY: Gauge =
register_gauge!("running_latency", "average message delivery latency over the last 30s").unwrap();
register_gauge!("running_latency", "average tail latency over the last 30s").unwrap();
}

0 comments on commit 7b48e28

Please sign in to comment.