summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Watson <tim@rabbitmq.com>2013-09-30 15:06:22 +0100
committerTim Watson <tim@rabbitmq.com>2013-09-30 15:06:22 +0100
commit9923dcdff62734abe93446a20852f0b9a4eac84d (patch)
tree1262ee541de2b756cfd6f2b532437d4a5788d519
parenta6e1648d7903f52c2c38a8a9c168feb6d0df348b (diff)
downloadrabbitmq-server-9923dcdff62734abe93446a20852f0b9a4eac84d.tar.gz
Add section on sample retention policies
-rw-r--r--docs/rabbitmq.config.example13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example
index a03c13bc..10ed79d9 100644
--- a/docs/rabbitmq.config.example
+++ b/docs/rabbitmq.config.example
@@ -183,6 +183,10 @@
%%
%% {disk_free_limit, {mem_relative, 1.0}},
+ %% To announce custom properties to clients on connection:
+ %%
+ %% {server_properties, []},
+
%% How to respond to cluster partitions.
%% See http://www.rabbitmq.com/partitions.html for further details.
%%
@@ -258,6 +262,15 @@
%% {certfile, "/path/to/cert.pem"},
%% {keyfile, "/path/to/key.pem"}]}]},
+ %% 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
+ %% details.
+ %%
+ %% {sample_retention_policies,
+ %% [{global, [{60, 5}, {3600, 60}, {86400, 1200}]},
+ %% {basic, [{60, 5}, {3600, 60}]},
+ %% {detailed, [{10, 5}]}]}
]},
{rabbitmq_management_agent,