[plugins] jolokia input plugin: configurable http timeouts (#2098)

This commit is contained in:
Dominik Labuda
2016-12-21 13:41:58 +01:00
committed by Cameron Sparr
parent b762546fa7
commit 37bc9cf795
3 changed files with 40 additions and 6 deletions

View File

@@ -18,7 +18,16 @@
# [inputs.jolokia.proxy]
# host = "127.0.0.1"
# port = "8080"
## Optional http timeouts
##
## response_header_timeout, if non-zero, specifies the amount of time to wait
## for a server's response headers after fully writing the request.
# response_header_timeout = "3s"
##
## 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"
## List of servers exposing jolokia read service
[[inputs.jolokia.servers]]