mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-31 04:01:55 +00:00
move metrics constructors to a separate package
This commit is contained in:
@@ -8,6 +8,7 @@ import (
|
||||
// Metrics contains metrics exposed by this package.
|
||||
// see MetricsProvider for descriptions.
|
||||
type Metrics struct {
|
||||
// Size of the mempool.
|
||||
Size metrics.Gauge
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user