Open
Description
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.