Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
fixed janus_timeouts_total metric name
Browse files Browse the repository at this point in the history
  • Loading branch information
khodzha committed Jan 27, 2021
1 parent fba408c commit a4fd512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/metrics/metric.rs
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ impl std::fmt::Display for MetricKey2 {
MetricKey2::JanusBackendAgentLoad => write!(f, "janus_backend_agent_load_total"),
MetricKey2::Dynamic(key) => write!(f, "{}_total", key),
MetricKey2::RunningRequests => write!(f, "running_requests_total"),
MetricKey2::JanusTimeoutsTotal => write!(f, "janus_backend_agent_load_total"),
MetricKey2::JanusTimeoutsTotal => write!(f, "janus_timeouts_total"),
MetricKey2::RunningRequestDurationP95 => {
write!(f, "running_request_duration_p95_microseconds")
}
Expand Down

0 comments on commit a4fd512

Please sign in to comment.