mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-24 10:11:48 +00:00
add rounds metric
This commit is contained in:
@ -7,6 +7,7 @@ import "github.com/go-kit/kit/metrics/discard"
|
||||
// see MetricsProvider for descriptions.
|
||||
type Metrics struct {
|
||||
Height metrics.Counter
|
||||
Rounds metrics.Gauge
|
||||
|
||||
Validators metrics.Gauge
|
||||
ValidatorsPower metrics.Gauge
|
||||
|
Reference in New Issue
Block a user