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
More specifically, our code assumes that each call to Pusher.Push can succeed or fail independently, which is incorrect. Once a call to Push fails, it will continue to fail, returning the same error.
Currently, if oasis-node is run in metrics push mode and push gateway unexpectedly crashes, so does oasis-node.
Improve oasis-node Prometheus pusher code as follows:
The text was updated successfully, but these errors were encountered: