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 8fbcf90 commit f402b02Copy full SHA for f402b02
packages/rest-tracker-api-core/src/statistics/services.rs
@@ -59,18 +59,6 @@ async fn get_protocol_metrics(
59
let http_stats = http_stats_repository.get_stats().await;
60
let udp_server_stats = udp_server_stats_repository.get_stats().await;
61
62
- /*
63
-
64
- todo: We have to delete the global metrics from Metric types:
65
66
- - bittorrent_http_tracker_core::statistics::metrics::Metrics
67
- - bittorrent_udp_tracker_core::statistics::metrics::Metrics
68
- - torrust_udp_tracker_server::statistics::metrics::Metrics
69
70
- Internally only the labeled metrics should be used.
71
72
- */
73
74
// TCPv4
75
76
let tcp4_announces_handled = http_stats.tcp4_announces_handled();
0 commit comments