metrics

package
v1.7.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 1, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var BallotWaitRetry = metrics.NewSimpleHistogram(
	"ballot_wait_retry",
	subsystem,
	"time waited for when in retry mode",
	prometheus.ExponentialBuckets(0.01, 10, 5),
)
View Source
var BallotWaitWrite = metrics.NewSimpleHistogram(
	"ballot_wait_write",
	subsystem,
	"time waited for ballot to be written",
	prometheus.ExponentialBuckets(0.01, 10, 5),
)
View Source
var LayerNumBlocks = metrics.NewHistogramWithBuckets(
	"layer_num_blocks",
	subsystem,
	"Number of blocks in layer",
	[]string{},
	prometheus.ExponentialBuckets(1, 2, 16),
)

LayerNumBlocks is number of blocks in layer.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL