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 96bae36 commit 3f5216eCopy full SHA for 3f5216e
packages/rest-tracker-api-core/src/statistics/services.rs
@@ -164,14 +164,14 @@ async fn get_protocol_metrics_from_labeled_metrics(
164
.value() as u64;
165
166
/*
167
-
+
168
todo:
169
170
- Add a label for `server_binding_ip_family` with value `inet` (inet/inet6)
171
- to all metrics containing an IP address. This will allow us to distinguish
+ to all metrics containing an IP address. This will allow us to distinguish
172
between IPv4 and IPv6 metrics.
173
- Continue replacing the other metrics with the labeled metrics.
174
175
*/
176
177
// For backward compatibility we keep the `tcp4_connections_handled` and
0 commit comments