Extend Fly proxy latency histogram buckets to 60s
All checks were successful
Deploy Fly.io Proxy / deploy (push) Successful in 1m29s
All checks were successful
Deploy Fly.io Proxy / deploy (push) Successful in 1m29s
Previous max bucket was 10s — all slower requests collapsed into +Inf, making p50/p90/p99 unreadable during the Forgejo archive DoS. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
1631e11137
commit
8fccbda573
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ loki.process "nginx" {
|
||||||
name = "flyio_nginx_http_request_duration_seconds"
|
name = "flyio_nginx_http_request_duration_seconds"
|
||||||
description = "HTTP request latency in seconds."
|
description = "HTTP request latency in seconds."
|
||||||
source = "request_time"
|
source = "request_time"
|
||||||
buckets = [0.005, 0.01, 0.025, 0.05, 0.1, 0.25, 0.5, 1, 2.5, 5, 10]
|
buckets = [0.005, 0.01, 0.025, 0.05, 0.1, 0.25, 0.5, 1, 2.5, 5, 10, 15, 20, 30, 45, 60]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue