From 36c2c88fd2ceacb21c3d06cb8bd938fa7ab8eb83 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Thu, 17 Aug 2017 18:54:06 -0700 Subject: [PATCH] Update example config --- etc/telegraf.conf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/etc/telegraf.conf b/etc/telegraf.conf index 03c996f4a..dcb2f158a 100644 --- a/etc/telegraf.conf +++ b/etc/telegraf.conf @@ -1960,9 +1960,13 @@ # ## Includes connection time, any redirects, and reading the response body. # # client_timeout = "4s" # -# ## A list of nodes to pull metrics about. If not specified, metrics for -# ## all nodes are gathered. +# ## A list of nodes to gather as the rabbitmq_node measurement. If not +# ## specified, metrics for all nodes are gathered. # # nodes = ["rabbit@node1", "rabbit@node2"] +# +# ## A list of queues to gather as the rabbitmq_queue measurement. If not +# ## specified, metrics for all queues are gathered. +# # queues = ["telegraf"] # # Read raindrops stats (raindrops - real-time stats for preforking Rack servers)