We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fc255f commit 7e9d982Copy full SHA for 7e9d982
packages/udp-tracker-server/src/statistics/mod.rs
@@ -73,9 +73,7 @@ pub fn describe_metrics() -> Metrics {
73
metrics.metric_collection.describe_gauge(
74
&metric_name!(UDP_TRACKER_SERVER_PERFORMANCE_AVG_PROCESSING_TIME_NS),
75
Some(Unit::Nanoseconds),
76
- Some(MetricDescription::new(
77
- "Average time to process a UDP connect request in nanoseconds",
78
- )),
+ Some(MetricDescription::new("Average time to process a UDP request in nanoseconds")),
79
);
80
81
metrics
0 commit comments