feat: update configs (#10336)

This commit is contained in:
telegraf-tiger[bot] 2021-12-22 14:11:57 -07:00 committed by GitHub
parent 3ac7439721
commit 14837ad682
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 40 additions and 0 deletions

View File

@ -3617,6 +3617,26 @@
# # tag_delimiter = ":"
# # Read metrics from the Consul API
# [[inputs.consul_metrics]]
# ## URL for the Consul agent
# # url = "http://127.0.0.1:8500"
#
# ## Use auth token for authorization.
# ## Only one of the options can be set. Leave empty to not use any token.
# # token_file = "/path/to/auth/token"
# ## OR
# # token = "a1234567-40c7-9048-7bae-378687048181"
#
# ## Set timeout (default 5 seconds)
# # timeout = "5s"
#
# ## Optional TLS Config
# # tls_ca = /path/to/cafile
# # tls_cert = /path/to/certfile
# # tls_key = /path/to/keyfile
# # Read per-node and per-bucket metrics from Couchbase
# [[inputs.couchbase]]
# ## specify servers via a url matching:

View File

@ -3589,6 +3589,26 @@
# # tag_delimiter = ":"
# # Read metrics from the Consul API
# [[inputs.consul_metrics]]
# ## URL for the Consul agent
# # url = "http://127.0.0.1:8500"
#
# ## Use auth token for authorization.
# ## Only one of the options can be set. Leave empty to not use any token.
# # token_file = "/path/to/auth/token"
# ## OR
# # token = "a1234567-40c7-9048-7bae-378687048181"
#
# ## Set timeout (default 5 seconds)
# # timeout = "5s"
#
# ## Optional TLS Config
# # tls_ca = /path/to/cafile
# # tls_cert = /path/to/certfile
# # tls_key = /path/to/keyfile
# # Read per-node and per-bucket metrics from Couchbase
# [[inputs.couchbase]]
# ## specify servers via a url matching: