Documentation ¶
Index ¶
Constants ¶
View Source
const (
// MetricsSubsystem is a subsystem shared by all metrics exposed by this package.
MetricsSubsystem = "hare"
)
Variables ¶
View Source
var ( // MessageTypeCounter is the number of valid messages per type. MessageTypeCounter = metrics.NewCounter( "message_type_counter", MetricsSubsystem, "Number of valid messages sent to processing for each type", []string{"type_id", "layer", "reporter"}, ) // TotalConsensusProcesses is the total number of current consensus processes. TotalConsensusProcesses = metrics.NewGauge( "total_consensus_processes", MetricsSubsystem, "The total number of current consensus processes running", []string{"layer"}, ) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.