fix(prometheus): scrapeTimeout must be <= scrapeInterval — authentik/nginx SMs (60s>30s) + global (60s>30s) blocked operator config gen, no Prometheus STS created
This commit is contained in:
@@ -29,9 +29,10 @@ prometheus:
|
||||
retention: 15d
|
||||
retentionSize: "18GB"
|
||||
|
||||
# Scrape timeout: increased to 60s to tolerate 5+ second network latency spikes
|
||||
# Default: 10s — too aggressive for latency-prone clusters
|
||||
scrapeInterval: 30s
|
||||
# scrapeTimeout MUST be <= scrapeInterval or the operator refuses to generate
|
||||
# the Prometheus config ("scrapeTimeout greater than scrapeInterval") and no
|
||||
# STS is created. Use a larger interval to keep the 60s timeout headroom.
|
||||
scrapeInterval: 60s
|
||||
scrapeTimeout: 60s
|
||||
evaluationInterval: 30s
|
||||
|
||||
|
||||
Reference in New Issue
Block a user