- Bridge height
- Node version
- Time Started Bridge node
- Node Chain-id
- Canonical Peer Status
- Full Peer Count
- Archival Peer Count
- Wantlist Size
- Overflow Size
- SYNC STATUS
- Num Timeout Connectivity
- Last Timeout Connectivity
- Num Connection closed by remote host
- Time Last Connection closed by remote host
- Bridge Uptime (in seconds)
bridge_height
Bridge node block height.
Value: numerical value representing the block height.
latest_node_version
Latest installed version of the node.
Value: version string representing the running version.
bridge_start_date
Date/time of last node reboot.
Value: Unix timestamp.
node_chain_id
Returns the chain-id of the node.
Value: 0 – mocha, 1 - celestia.
connection_status
Peer-to-peer (P2P) outgoing connection status. Returns the most recent status of the celestia-bridge service connection. If the status is ‘established,’ it indicates that the connection has been successfully established.
Value: numerical value, 1 if established.
full_peer_count
The number of full peers connected to the Celestia bridge node.
Value: numerical value representing the number of full peers.
archival_peer_count
The number of archival peers connected to the Celestia bridge node.
Value: numerical value representing the number of archival peers.
wantlist_size
The current size of the wantlist in the Celestia bridge node, representing the number of blocks requested by the node.
Value: numerical value representing the wantlist size.
overflow_size
The current size of the overflow list in the Celestia bridge node.
Value: numerical value representing the overflow size.
sync_status
Consensus node syncing. Either NO SYNC (not block syncing) or SYNC (syncing).
timeout_errors
The number of times network connectivity has timed out.
Value: numerical value representing the number of timeout errors.
last_timeout_error_date
The timestamp (in milliseconds) from the last network connectivity timeout error.
Value: timestamp representing the last timeout error.
connections_closed
The number of connections closed by the remote host.
Value: numerical value representing the number of closed connections.
time_last_err_timeout_connectivity
Timestamp representing the time of the last connection closed by the remote host.
Value: Unix timestamp of the last closed connection.
bridge_uptime_seconds
The total uptime of the Celestia bridge node in seconds since the last restart.
Value: numerical value representing the uptime in seconds.