WalletConnect / blockchain-api

WalletConnect's Blockchain API
MIT License
51 stars 40 forks source link

fix: error on all non-provider errors #668

Closed chris13524 closed 2 months ago

chris13524 commented 2 months ago

Description

Partially resol-ves https://github.com/WalletConnect/blockchain-api/issues/645 by alarming on a single ELB error or any non-503 errors using the Prometheus metric.

I had hoped to use only the ELB metrics for this, but it doesn't allow the differentation of Target error types, thus using Prometheus for the alarm.

How Has This Been Tested?

Not tested

Due Diligence