|
23 | 23 | ## Graph Metrics
|
24 | 24 | * `lnd_graph_edges_count`: total number of edges in the graph
|
25 | 25 | * `lnd_graph_nodes_count`: total number of nodes in the graph
|
26 |
| -* `lnd_graph_timelock_delta`: time lock delta for a channel routing policy |
27 |
| -* `lnd_graph_min_htlc_msat`: min htlc for a channel routing policy in msat |
28 |
| -* `lnd_graph_fee_base_msat`: base fee for a channel routing policy in msat |
29 |
| -* `lnd_graph_fee_rate_msat`: fee rate for a channel routing policy in msat |
30 |
| -* `lnd_graph_max_htlc_msat`: max htlc for a channel routing policy in msat |
| 26 | +* `lnd_graph_outdegree_avg`: the avg out degreee of nodes in the network |
| 27 | +* `lnd_graph_outdegree_max`: the max out degree of nodes in the network |
| 28 | +* `lnd_graph_chan_capacity_sat`: the total capacity of the network in satoshis |
| 29 | +* `lnd_graph_chan_size_avg`: the avg channel size in the network |
| 30 | +* `lnd_graph_chan_size_min`: the smallest channel in the network |
| 31 | +* `lnd_graph_chan_size_max`: the largest channel in the network |
| 32 | +* `lnd_graph_chan_size_median`: the median channel size in the network |
| 33 | +* `lnd_graph_timelock_delta_{min, max, avg, median}`: the min/max/avg/median time lock delta across all chanenls |
| 34 | +* `lnd_graph_min_htlc_msat_{min, max, avg, median}`: the min/max/avg/median min htlc across all channels |
| 35 | +* `lnd_graph_fee_base_msat_{min, max, avg, median}`: the min/max/avg/median base fee across all channels |
| 36 | +* `lnd_graph_fee_rate_msat_{min, max, avg, median}`: the min/max/avg/median fee rate across all channels |
| 37 | +* `lnd_graph_max_htlc_msat_{min, max, avg, median}`: the min/max/avg/median max htlc across all channels |
31 | 38 |
|
32 | 39 | ## Peer Metrics
|
33 | 40 | * `lnd_peer_count`: total number of peers
|
|
0 commit comments