Commit f995a8e
authored
Increase collect_statistics_interval (#643)
https://www.rabbitmq.com/prometheus.html#prometheus:
"For production systems, we recommend a minimum value of 15s for
Prometheus scrape interval and a 10000 (10s) value for RabbitMQ's
collect_statistics_interval. With these values, Prometheus doesn't
scrape RabbitMQ too frequently, and RabbitMQ doesn't update metrics
unnecessarily."
The previous collect_statistics_interval was 5000 (5s).1 parent a595f5c commit f995a8e
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
0 commit comments