Skip to content

Commit

Permalink
rabbitmq, decrease timeout verbosity in config
Browse files Browse the repository at this point in the history
  • Loading branch information
sparrc committed Dec 16, 2016
1 parent 4957717 commit 9c8f246
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions plugins/inputs/rabbitmq/rabbitmq.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c8f246

Please sign in to comment.