Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e393c3af3f
commit
4978089aab
4963 changed files with 677545 additions and 0 deletions
36
plugins/inputs/ravendb/sample.conf
Normal file
36
plugins/inputs/ravendb/sample.conf
Normal file
|
@ -0,0 +1,36 @@
|
|||
# Reads metrics from RavenDB servers via the Monitoring Endpoints
|
||||
[[inputs.ravendb]]
|
||||
## Node URL and port that RavenDB is listening on. By default,
|
||||
## attempts to connect securely over HTTPS, however, if the user
|
||||
## is running a local unsecure development cluster users can use
|
||||
## HTTP via a URL like "http://localhost:8080"
|
||||
url = "https://localhost:4433"
|
||||
|
||||
## RavenDB X509 client certificate setup
|
||||
# tls_cert = "/etc/telegraf/raven.crt"
|
||||
# tls_key = "/etc/telegraf/raven.key"
|
||||
|
||||
## Optional request timeout
|
||||
##
|
||||
## 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"
|
||||
|
||||
## List of statistics which are collected
|
||||
# At least one is required
|
||||
# Allowed values: server, databases, indexes, collections
|
||||
#
|
||||
# stats_include = ["server", "databases", "indexes", "collections"]
|
||||
|
||||
## List of db where database stats are collected
|
||||
## If empty, all db are concerned
|
||||
# db_stats_dbs = []
|
||||
|
||||
## List of db where index status are collected
|
||||
## If empty, all indexes from all db are concerned
|
||||
# index_stats_dbs = []
|
||||
|
||||
## List of db where collection status are collected
|
||||
## If empty, all collections from all db are concerned
|
||||
# collection_stats_dbs = []
|
Loading…
Add table
Add a link
Reference in a new issue