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
I want to know what error status codes (4xx|5xx) were returned by edge, so that I can fine tune monitoring and runbooks.
Currently those are explicitly ommited (
Describe the feature request
I want to know what error status codes (4xx|5xx) were returned by edge, so that I can fine tune monitoring and runbooks.
Currently those are explicitly ommited (
unleash-edge/server/src/metrics/actix_web_metrics.rs
Line 370 in d93c28d
Background
No response
Solution suggestions
Move metrics update before
if let Ok(res) = res {}
blockThe text was updated successfully, but these errors were encountered: