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.
Click to show internal directories.
Click to hide internal directories.