Some checks are pending
docker-build-cometbft / vars (push) Waiting to run
docker-build-cometbft / build-images (amd64, ubuntu-24.04) (push) Blocked by required conditions
docker-build-cometbft / build-images (arm64, ubuntu-24.04-arm) (push) Blocked by required conditions
docker-build-cometbft / merge-images (push) Blocked by required conditions
docker-build-e2e-node / vars (push) Waiting to run
docker-build-e2e-node / build-images (amd64, ubuntu-24.04) (push) Blocked by required conditions
docker-build-e2e-node / build-images (arm64, ubuntu-24.04-arm) (push) Blocked by required conditions
docker-build-e2e-node / merge-images (push) Blocked by required conditions
11 lines
252 B
Go
11 lines
252 B
Go
package commented
|
|
|
|
import "github.com/go-kit/kit/metrics"
|
|
|
|
//go:generate go run ../../../../scripts/metricsgen -struct=Metrics
|
|
|
|
type Metrics struct {
|
|
// Height of the chain.
|
|
// We expect multi-line comments to parse correctly.
|
|
Field metrics.Gauge
|
|
}
|