lnd_chain_block_height
: best block height from lndlnd_chain_block_timestamp
: best block timestamp from lndlnd_synced_to_chain
: whether lnd is synced to chainlnd_synced_to_graph
: whether lnd is synced to graph
lnd_channels_open_balance_sat
: total balance of channels in satoshislnd_channels_pending_balance_sat
: total balance of all pending channels in satoshislnd_channels_bandwidth_incoming_sat
: total available incoming channel bandwidth within this channellnd_channels_bandwidth_outgoing_sat
: total available outgoing channel bandwidth within this channellnd_channels_pending_htlc_count
: total number of pending active HTLCs within this channellnd_channels_active_total
: total number of active channelslnd_channels_inactive_total
: total number of inactive channelslnd_channels_pending_total
: total number of inactive channelslnd_channels_csv_delay
: CSV delay in relative blocks for this channellnd_channels_unsettled_balance
: unsettled balance in this channellnd_channels_fee_per_kw
: required number of sat per kiloweight that the requester will pay for the funding and commitment transactionlnd_channels_commit_weight
: weight of the commitment transactionlnd_channels_commit_fee
: weight of the commitment transactionlnd_channels_sent_sat
: total number of satoshis we’ve sent within this channellnd_channels_received_sat
: total number of satoshis we’ve received within this channellnd_channels_updates_count
: total number of updates conducted within this channel
lnd_graph_edges_count
: total number of edges in the graphlnd_graph_nodes_count
: total number of nodes in the graphlnd_graph_outdegree_avg
: the avg out degreee of nodes in the networklnd_graph_outdegree_max
: the max out degree of nodes in the networklnd_graph_chan_capacity_sat
: the total capacity of the network in satoshislnd_graph_chan_size_avg
: the avg channel size in the networklnd_graph_chan_size_min
: the smallest channel in the networklnd_graph_chan_size_max
: the largest channel in the networklnd_graph_chan_size_median
: the median channel size in the networklnd_graph_timelock_delta_{min, max, avg, median}
: the min/max/avg/median time lock delta across all chanenlslnd_graph_min_htlc_msat_{min, max, avg, median}
: the min/max/avg/median min htlc across all channelslnd_graph_fee_base_msat_{min, max, avg, median}
: the min/max/avg/median base fee across all channelslnd_graph_fee_rate_msat_{min, max, avg, median}
: the min/max/avg/median fee rate across all channelslnd_graph_max_htlc_msat_{min, max, avg, median}
: the min/max/avg/median max htlc across all channels
lnd_peer_count
: total number of peerslnd_peer_ping_time_microsecond
: ping time for this peer in microsecondslnd_peer_sent_sat
: satoshis sent to this peerlnd_peer_recv_sat
: satoshis received from this peerlnd_peer_sent_byte
: bytes transmitted to this peerlnd_peer_recv_byte
: bytes transmitted from this peer
lnd_utxos_count_confirmed_total
: number of all conf utxoslnd_utxos_count_unconfirmed_total
: number of all unconf utxoslnd_utxos_sizes_min_sat
: smallest UTXO sizelnd_utxos_sizes_max_sat
: largest UTXO sizelnd_utxos_sizes_avg_sat
: average UTXO sizelnd_wallet_balance_confirmed_sat
: confirmed wallet balancelnd_wallet_balance_unconfirmed_sat
: unconfirmed wallet balancelnd_tx_num_confs
: number of confs