Skip to content
Documentation/celestia-monitoring/grafana_consensus /grafana_consensus_metrics_v2.mdView on celestia-monitoring
celestia-monitoring/grafana_consensus /grafana_consensus_metrics_v2.md

Grafana consensus & validator metrics FAQ

Grafana consensus & validator metrics FAQ


SYNC STATUS

celestia_consensus_fast_syncing: 1 means the node is syncing blocks; 0 means it's fully synced.

STATE SYNCING

celestia_consensus_state_syncing: Indicates if the node is syncing state snapshots.

NODE LAST SIGNED HEIGHT

celestia_consensus_validator_last_signed_height: Last height signed by the validator.

NODE VOTING POWER

celestia_consensus_validator_power: Voting power of the validator.

CONNECTED PEERS & P2P PEERS

celestia_p2p_peers: Number of P2P peers connected.

CONSENSUS HEIGHT

celestia_consensus_height: Current block height according to consensus.

BLOCK TIME

celestia_consensus_block_time_seconds: Time in seconds between consecutive blocks.

BLOCK SIZE (BYTES)

celestia_consensus_block_size_bytes: Size of the last block in bytes.

Nº TRANSACTIONS COMMITTED

celestia_consensus_num_txs: Number of txs in the last block.

TOTAL TXS

celestia_consensus_total_txs: Cumulative tx count since genesis.

MISSING VALIDATORS POWER

celestia_consensus_missing_validators_power: Total voting power of validators who missed signing.

Nº VALIDATORS MISSING BLOCKS

celestia_consensus_missing_validators: Number of validators who missed block signatures.

TOTAL BONDED TOKENS

celestia_consensus_validators_power: Total power of all active validators.

CONSENSUS VALIDATORS

celestia_consensus_validators: Number of active validators in the consensus set.

BLOCK PROCESSING TIME

celestia_state_block_processing_time_sum / _count: Total time spent in FinalizeBlock execution.

NUMBER OF BLOCK PARTS RECEIVED

celestia_consensus_block_gossip_parts_received: Block parts received from peers.

MEMPOOL SIZE

celestia_mempool_size: Number of txs currently pending in the mempool.

DUPLICATE TRANSACTIONS IN MEMPOOL

celestia_mempool_already_seen_txs: Number of duplicated txs in mempool.

MEMPOOL TX SIZE BYTES SUM

celestia_mempool_tx_size_bytes_sum: Total size in bytes of all txs in the mempool.

MEMPOOL SIZE BYTES

celestia_mempool_size_bytes: Total byte size of mempool.

TXS FAILED MEMPOOL

celestia_mempool_failed_txs: Number of txs that failed to enter the mempool.

MEMPOOL RECHECK TIMES

celestia_mempool_recheck_times: Number of times txs were rechecked in mempool.

PROCESS CPU SECONDS TOTAL

process_cpu_seconds_total: CPU usage in seconds since process start.

CURRENT PROCESS VIRTUAL MEMORY USAGE

process_virtual_memory_bytes: Total virtual memory used by the process.

CURRENT PROCESS RESIDENT MEMORY USAGE

process_resident_memory_bytes: Resident memory in use by the node.

GO GC DURATION

go_gc_duration_seconds_sum: Sum of pause durations during Go garbage collection.