Skip to content

Commit bb8ff06

Browse files
committed
metrics: update list of metrics
1 parent 8c9263c commit bb8ff06

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

metrics.md

+12-5
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,18 @@
2323
## Graph Metrics
2424
* `lnd_graph_edges_count`: total number of edges in the graph
2525
* `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
3138

3239
## Peer Metrics
3340
* `lnd_peer_count`: total number of peers

0 commit comments

Comments
 (0)