metrics

package
v0.2202.5 Latest Latest
Warning

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

Go to latest
Published: Jan 23, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	SignedBlocks = prometheus.NewCounterVec(
		prometheus.CounterOpts{
			Name: "oasis_consensus_signed_blocks",
			Help: "Number of blocks signed by the node.",
		},
		[]string{"backend"},
	)
	ProposedBlocks = prometheus.NewCounterVec(
		prometheus.CounterOpts{
			Name: "oasis_consensus_proposed_blocks",
			Help: "Number of blocks proposed by the node.",
		},
		[]string{"backend"},
	)
)

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