diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2020-02-12 16:00:19 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-12 16:00:19 +0300 |
| commit | 37cf5173205c0cdcf3a076331c83df23c346185c (patch) | |
| tree | 44847cc1f9d6949bec3ef7234c227803ccb15935 /docs | |
| parent | 5d1ae73ea22bee0514932e74b8ed2fea47dd005f (diff) | |
| download | rabbitmq-server-git-37cf5173205c0cdcf3a076331c83df23c346185c.tar.gz | |
Delist internal stats mode from rabbitmq.conf.example
See https://github.com/rabbitmq/discussions/issues/62 for details.
Rates mode is how it is controlled but this leftover example
was around several years after the switch.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmq.conf.example | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/docs/rabbitmq.conf.example b/docs/rabbitmq.conf.example index 8c7b2f4c95..e2d45877c5 100644 --- a/docs/rabbitmq.conf.example +++ b/docs/rabbitmq.conf.example @@ -436,18 +436,17 @@ ## ===================== ## -## Set (internal) statistics collection granularity. -## -## Can be none, coarse or fine -# collect_statistics = none - -# collect_statistics = coarse - ## Statistics collection interval (in milliseconds). Increasing ## this will reduce the load on management database. ## # collect_statistics_interval = 5000 +## Fine vs. coarse statistics +# +# This value is no longer meant to be configured directly. +# +# See https://www.rabbitmq.com/management.html#fine-stats. + ## ## Ra Settings ## ===================== |
