I am instrumenting my project for prometheus and wanted to query if 500 requests takes more than an average of 3 sec within 5m interval. I did have this avg_over_time(probe_http_duration_seconds[5m]) > 3 but not sure how to query for 500 requets. Any hint would be helpful.
-- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/d78dfddc-e35e-483e-9ad6-36fe22adea0b%40googlegroups.com.

