fix label

This commit is contained in:
William Banfield
2022-11-23 18:07:52 -05:00
parent 3d618d6a4e
commit 840faa318a

View File

@@ -280,7 +280,7 @@ func PrometheusMetrics(namespace string, labelsAndValues ...string) *Metrics {
Subsystem: MetricsSubsystem,
Name: "peer_vote_count",
Help: "Number of votes each peer is believed to have.",
}, append(labels, "peer_id", "vote_type")).With(labelsAndValues...),
}, append(labels, "peer_id", "vote_count_type")).With(labelsAndValues...),
}
}