graph-node icon indicating copy to clipboard operation
graph-node copied to clipboard

Better diagnostics for whether a provider is working or not

Open lutter opened this issue 3 years ago • 0 comments

When graph-node starts up, it tries to connect to all configured network providers; if a provider doesn't respond fast enough during startup, it is removed from the configuration, and never used again. That that happened can only be seen from log messages. We should have a boolean metric provider_failed, labeled with network and provider to make it easier to spot that condition.

lutter avatar Mar 25 '22 21:03 lutter