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 press httpcode and request_time filters out the correct requests. For example, sum (httpcode = 200 and request_time < 200ms) / total_request to calculate availability. How should I configure it?
I want to press httpcode and request_time filters out the correct requests. For example,
sum (httpcode = 200 and request_time < 200ms) / total_request
to calculate availability. How should I configure it?The text was updated successfully, but these errors were encountered: