mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-06 16:17:11 +00:00
move metrics constructors to a separate package
This commit is contained in:
+1
-1
@@ -6,8 +6,8 @@ import (
|
||||
)
|
||||
|
||||
// Metrics contains metrics exposed by this package.
|
||||
// see MetricsProvider for descriptions.
|
||||
type Metrics struct {
|
||||
// Number of peers.
|
||||
Peers metrics.Gauge
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user