Merge branch 'tor-gitlab/mr/644' into maint-0.4.7

This commit is contained in:
David Goulet 2022-10-27 11:41:43 -04:00
commit 72f52d2c85

View File

@ -108,7 +108,7 @@ static const relay_metrics_entry_t base_metrics[] =
},
{
.key = RELAY_METRICS_NUM_CONNECTIONS,
.type = METRICS_TYPE_COUNTER,
.type = METRICS_TYPE_GAUGE,
.name = METRICS_NAME(relay_connections_total),
.help = "Total number of connections",
.fill_fn = fill_connections_values,