feat: update configs (#10336)
This commit is contained in:
parent
3ac7439721
commit
14837ad682
|
|
@ -3617,6 +3617,26 @@
|
||||||
# # tag_delimiter = ":"
|
# # 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
|
# # Read per-node and per-bucket metrics from Couchbase
|
||||||
# [[inputs.couchbase]]
|
# [[inputs.couchbase]]
|
||||||
# ## specify servers via a url matching:
|
# ## specify servers via a url matching:
|
||||||
|
|
|
||||||
|
|
@ -3589,6 +3589,26 @@
|
||||||
# # tag_delimiter = ":"
|
# # 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
|
# # Read per-node and per-bucket metrics from Couchbase
|
||||||
# [[inputs.couchbase]]
|
# [[inputs.couchbase]]
|
||||||
# ## specify servers via a url matching:
|
# ## specify servers via a url matching:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue