[go: up one dir, main page]

Skip to content

Add a recoverable metric to reflect blocked state of the backend

Right now we have a metric for criticla error count. But this does not reset when the error resolves. We can easily add a boolean metric that is set on exception, and cleared at the end of a successful cache refresh cycle. This will help us to autoresolve any such exceptions that goes away in further cache refresh cycles, without having to restart the app.