Skip to content

Commit

Permalink
RavenDB input plugin - after review comments - influxdata#2
Browse files Browse the repository at this point in the history
  • Loading branch information
ml054 committed Feb 11, 2021
1 parent b35f63b commit 7479d5b
Show file tree
Hide file tree
Showing 13 changed files with 445 additions and 433 deletions.
13 changes: 5 additions & 8 deletions etc/telegraf.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5073,15 +5073,12 @@
# tls_cert = "/etc/telegraf/raven.crt"
# tls_key = "/etc/telegraf/raven.key"
#
# ## Optional request timeouts
# ## Optional request timeout
# ##
# ## 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"
# ##
# ## 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"
# ## Timeout, specifies the amount of time to wait
# ## for a server's response headers after fully writing the request and
# ## time limit for requests made by this client.
# # timeout = "5s"
#
# ## When true, collect server stats
# # gather_server_stats = true
Expand Down
13 changes: 5 additions & 8 deletions plugins/inputs/ravendb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,12 @@ The following is an example config for RavenDB. **Note:** The client certificate
tls_cert = "/etc/telegraf/raven.crt"
tls_key = "/etc/telegraf/raven.key"

## Optional request timeouts
## Optional request timeout
##
## 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"
##
## 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"
## Timeout, specifies the amount of time to wait
## for a server's response headers after fully writing the request and
## time limit for requests made by this client.
# timeout = "5s"

## When true, collect server stats
# gather_server_stats = true
Expand Down
Loading

0 comments on commit 7479d5b

Please sign in to comment.