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)