Commit 1e82023
committed
fix: increase Grafana Prometheus datasource query timeout from 5s to 60s
The 5s queryTimeout caused dashboard panels to fail with "422: timeout
exceeded" errors when querying VictoriaMetrics, especially for range
queries over periods with high-cardinality pg_stat_statements data.
VictoriaMetrics already has -search.maxQueryDuration=30s, but Grafana's
per-request timeout header (5s) was overriding it.
https://claude.ai/code/session_01SzJxzZNQjDQphaHyaX3RU71 parent 0cdacb8 commit 1e82023
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments