summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2014-06-03 16:21:09 +0100
committerSimon MacMullen <simon@rabbitmq.com>2014-06-03 16:21:09 +0100
commit3b30ac86592db72435340f92354c47be0d3375fa (patch)
tree45990916157fb64b61b0049094ac29257e0e9976 /docs
parent192e47d9926e98c01c04cd114c677444f5b2b1ac (diff)
parent4ef1656c97790151d79d5c14d1c9ee1308a6f6b7 (diff)
downloadrabbitmq-server-git-3b30ac86592db72435340f92354c47be0d3375fa.tar.gz
stable to default
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmq.config.example14
1 files changed, 5 insertions, 9 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example
index b0e13b1b8d..26de71b70d 100644
--- a/docs/rabbitmq.config.example
+++ b/docs/rabbitmq.config.example
@@ -257,9 +257,13 @@
%% {certfile, "/path/to/cert.pem"},
%% {keyfile, "/path/to/key.pem"}]}]},
+ %% One of 'basic', 'detailed' or 'none'. See
+ %% http://www.rabbitmq.com/management.html#fine-stats for more details.
+ %% {rates_mode, basic},
+
%% Configure how long aggregated data (such as message rates and queue
%% lengths) is retained. Please read the plugin's documentation in
- %% https://www.rabbitmq.com/management.html#configuration for more
+ %% http://www.rabbitmq.com/management.html#configuration for more
%% details.
%%
%% {sample_retention_policies,
@@ -268,14 +272,6 @@
%% {detailed, [{10, 5}]}]}
]},
- {rabbitmq_management_agent,
- [%% Misc/Advanced Options
- %%
- %% NB: Change these only if you understand what you are doing!
- %%
- %% {force_fine_statistics, true}
- ]},
-
%% ----------------------------------------------------------------------------
%% RabbitMQ Shovel Plugin
%%