95th percentile latency from histogram prometheus

p95 latency per job; note: always aggregate _bucket by le before histogram_quantile

histogram_quantile(0.95, sum by(le,job)(rate(http_request_duration_seconds_bucket[5m])))
more prometheus all 30 commands →