You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to setup a dashboard for our lnd node with lndmon and I am running into an issue that the lnd_peer_count metric type is a counter instead of a gauge.
To me it seems this value can go and and down and thus a gauge is better suited.
ok, I'm not that deep into the project but if I find time I'll take a look. Do you have a naming scheme for this scenario?
I would suggest something like
lnd_peer_count_new or lnd_peer_count_gauge
I'm trying to setup a dashboard for our lnd node with lndmon and I am running into an issue that the lnd_peer_count metric type is a counter instead of a gauge.
To me it seems this value can go and and down and thus a gauge is better suited.
Thanks for clarifying!
lndmon/collectors/peer_collector.go
Line 98 in d0d214c
The text was updated successfully, but these errors were encountered: