Commit 72a03bf
committed
fix: increase VictoriaMetrics query timeout and concurrency (#145)
Grafana dashboards fail with "422: timeout exceeded during the query:
5.000 seconds" on heavy pg_stat_statements top-N queries.
Add -search.maxQueryDuration=30s (up from 5s default) and
-search.maxConcurrentRequests=4 (default with 0.75 cpus would be ~1).
https://claude.ai/code/session_01SzJxzZNQjDQphaHyaX3RU71 parent 606e9f0 commit 72a03bf
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
| 106 | + | |
105 | 107 | | |
106 | 108 | | |
107 | 109 | | |
| |||
0 commit comments