- Type: Gauge
- Description: Current block height of the chain
- Usage: Track chain progress and sync status
- Type: Gauge
- Description: Timestamp of the latest block
- Usage: Monitor block production and potential halts
- Type: Gauge
- Description: Duration of block application in milliseconds
- Usage: Monitor block processing performance
- Type: Histogram
- Description: Distribution of block apply durations in milliseconds
- Buckets: [0.1, 0.2, 0.5, 1, 2, 3, 5, 7, 10, 15, 20, 30, 50, 75, 100, 150, 160, 170, 180, 190, 200, 210, 220, 230, 240, 250]
- Usage: Analyze block processing performance patterns
- Type: Histogram
- Description: Distribution of time between blocks in milliseconds
- Buckets: [10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 120, 140, 160, 180, 200, 220, 240, 260, 280, 300, 350, 400, 450, 500, 600, 700, 800, 900, 1000, 1500, 2000]
- Usage: Monitor block production consistency
- Type: Counter
- Description: Total number of blocks proposed by each validator
- Labels:
validator
: validator address
- Usage: Track validator proposal activity
- Type: Gauge
- Description: Current EVM block height
- Usage: Track EVM chain sync status
- Type: Counter
- Description: Total number of EVM transactions processed
- Usage: Monitor EVM transaction activity
- Type: Gauge
- Description: Information about the current software version running on the node
- Labels:
version
: Software versioncommit_hash
: Git commit hash of the current version
- Usage: Track software versions across nodes
- Type: Gauge
- Description: Indicates if the node software is up to date (1) or needs updating (0)
- Usage: Monitor node software version status
- Type: Gauge
- Description: Total stake across all validators in the network
- Usage: Monitor total network security
- Type: Gauge
- Description: Total stake of active validators in the network
- Usage: Monitor active stake in the network
- Type: Gauge
- Description: Total stake of inactive validators in the network
- Usage: Monitor inactive stake in the network
- Type: Gauge
- Description: Total stake of jailed validators
- Usage: Monitor impact of validator jailing
- Type: Gauge
- Description: Total stake of not jailed validators
- Usage: Track active stake in the network
- Type: Gauge
- Description: Individual stake of each validator
- Labels:
validator
: validator addresssigner
: signer addressmoniker
: validator name
- Usage: Track individual validator stakes
- Type: Gauge
- Description: Jailed status of each validator (1 if jailed, 0 if not jailed)
- Labels:
validator
: validator addresssigner
: signer addressname
: validator name
- Usage: Monitor validator jail status
- Type: Gauge
- Description: Active status of each validator (1 if active, 0 if not active)
- Labels:
validator
: validator addresssigner
: signer addressname
: validator name
- Usage: Monitor validator active status
- Type: Gauge
- Description: Total number of validators in the network
- Usage: Track validator set size
- Type: Gauge
- Description: Round-trip time (RTT) to validator nodes in milliseconds
- Labels:
validator
: validator addressmoniker
: validator name/monikerip
: validator node IP address
- Usage: Monitor validator node connectivity and network latency