From e8e5e5b81823ce1da74dbf5ea7234a70b953cbc2 Mon Sep 17 00:00:00 2001 From: Cameron Sparr Date: Fri, 16 Dec 2016 14:11:28 +0000 Subject: [PATCH] rabbitmq, decrease timeout verbosity in config --- plugins/inputs/rabbitmq/rabbitmq.go | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/plugins/inputs/rabbitmq/rabbitmq.go b/plugins/inputs/rabbitmq/rabbitmq.go index 5519ee14a..c33b11e66 100644 --- a/plugins/inputs/rabbitmq/rabbitmq.go +++ b/plugins/inputs/rabbitmq/rabbitmq.go @@ -155,17 +155,12 @@ var sampleConfig = ` ## Optional request timeouts ## - ## ResponseHeaderTimeout, if non-zero, specifies the amount of - ## time to wait for a server's response headers after fully - ## writing the request (including its body, if any). This - ## time does not include the time to read the response body. - ## See http.Transport.ResponseHeaderTimeout + ## ResponseHeaderTimeout, if non-zero, specifies the amount of time to wait + ## for a server's response headers after fully writing the request. # header_timeout = "3s" ## - ## Timeout specifies a time limit for requests made by this - ## Client. The timeout includes connection time, any - ## redirects, and reading the response body. - ## See http.Client.Timeout + ## client_timeout specifies a time limit for requests made by this client. + ## 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