Skip to content

Commit 7e9d982

Browse files
committed
fix(udt-tracker-server): metric description
1 parent 5fc255f commit 7e9d982

File tree

1 file changed

+1
-3
lines changed
  • packages/udp-tracker-server/src/statistics

1 file changed

+1
-3
lines changed

packages/udp-tracker-server/src/statistics/mod.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,7 @@ pub fn describe_metrics() -> Metrics {
7373
metrics.metric_collection.describe_gauge(
7474
&metric_name!(UDP_TRACKER_SERVER_PERFORMANCE_AVG_PROCESSING_TIME_NS),
7575
Some(Unit::Nanoseconds),
76-
Some(MetricDescription::new(
77-
"Average time to process a UDP connect request in nanoseconds",
78-
)),
76+
Some(MetricDescription::new("Average time to process a UDP request in nanoseconds")),
7977
);
8078

8179
metrics

0 commit comments

Comments
 (0)