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
collectors: tolerate DeadlineExceeded in all scrape-cycle RPCs
GetInfo and other RPC calls are known to occasionally take longer than
expected due to database interactions on the lnd side. A transient
DeadlineExceeded during a Prometheus scrape should not cause lndmon to
exit. All collectors now log the error and skip the current scrape cycle
instead of propagating to errChan, mirroring the existing behaviour in
ChainCollector and PeerCollector.
Affected collectors: InfoCollector, ChannelsCollector, WalletCollector,
GraphCollector, WtClientCollector.
0 commit comments