Files
tendermint/scripts/metricsgen/testdata/basic/metrics.go
2022-05-09 11:32:14 -04:00

10 lines
209 B
Go

package basic
import "github.com/go-kit/kit/metrics"
// Metrics contains metrics exposed by this package.
type Metrics struct {
// simple metric that tracks the height of the chain.
Height metrics.Gauge
}