mirror of
https://github.com/tendermint/tendermint.git
synced 2026-04-24 17:50:31 +00:00
fix label
This commit is contained in:
@@ -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...),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user