relay: Change the connection metrics name

Signed-off-by: David Goulet <dgoulet@torproject.org>
This commit is contained in:
David Goulet
2022-10-13 11:09:40 -04:00
parent 00f714b374
commit 06a26f1872
+2 -2
View File
@@ -95,8 +95,8 @@ static const relay_metrics_entry_t base_metrics[] =
{
.key = RELAY_METRICS_NUM_CONNECTIONS,
.type = METRICS_TYPE_COUNTER,
.name = METRICS_NAME(relay_connections),
.help = "Connections metrics of this relay",
.name = METRICS_NAME(relay_connections_total),
.help = "Total number of connections",
.fill_fn = fill_connections_values,
},
{