Skip to content

Commit df0d306

Browse files
Delist internal stats mode from rabbitmq.conf.example
See rabbitmq/discussions#62 for details. Rates mode is how it is controlled but this leftover example was around several years after the switch. (cherry picked from commit 37cf517)
1 parent 1928777 commit df0d306

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

docs/rabbitmq.conf.example

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -425,18 +425,17 @@
425425
## =====================
426426
##
427427

428-
## Set (internal) statistics collection granularity.
429-
##
430-
## Can be none, coarse or fine
431-
# collect_statistics = none
432-
433-
# collect_statistics = coarse
434-
435428
## Statistics collection interval (in milliseconds). Increasing
436429
## this will reduce the load on management database.
437430
##
438431
# collect_statistics_interval = 5000
439432

433+
## Fine vs. coarse statistics
434+
#
435+
# This value is no longer meant to be configured directly.
436+
#
437+
# See https://www.rabbitmq.com/management.html#fine-stats.
438+
440439
##
441440
## Misc/Advanced Options
442441
## =====================

0 commit comments

Comments
 (0)