Skip to content

Commit f995a8e

Browse files
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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/examples/production-ready/rabbitmq.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ spec:
1616
cluster_partition_handling = pause_minority
1717
vm_memory_high_watermark_paging_ratio = 0.99
1818
disk_free_limit.relative = 1.0
19+
collect_statistics_interval = 10000
1920
persistence:
2021
storageClassName: ssd
2122
storage: "500Gi"

0 commit comments

Comments
 (0)