Merge branch 'maint-0.4.7'

This commit is contained in:
David Goulet 2022-10-27 11:41:48 -04:00
commit 3c58fa8a6f

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,