Documentation ¶
Index ¶
Constants ¶
View Source
const (
// Subsystem is a subsystem shared by all metrics exposed by this package.
Subsystem = "tortoise"
)
Variables ¶
View Source
var LayerDistanceToBaseBallot = metrics.NewHistogramWithBuckets( "layer_distance_to_base_ballot", Subsystem, "How far back a node needs to find a good ballot", []string{}, prometheus.ExponentialBuckets(1, 2, 16), )
LayerDistanceToBaseBallot checks how far back a node needs to find a good ballot.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.