From 14837ad682b0e2186289a462f0e2bba68b379c1b Mon Sep 17 00:00:00 2001 From: "telegraf-tiger[bot]" <76974415+telegraf-tiger[bot]@users.noreply.github.com> Date: Wed, 22 Dec 2021 14:11:57 -0700 Subject: [PATCH] feat: update configs (#10336) --- etc/telegraf.conf | 20 ++++++++++++++++++++ etc/telegraf_windows.conf | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/etc/telegraf.conf b/etc/telegraf.conf index a67a0ea17..1f7d01e88 100644 --- a/etc/telegraf.conf +++ b/etc/telegraf.conf @@ -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: diff --git a/etc/telegraf_windows.conf b/etc/telegraf_windows.conf index 5aefde49d..2468b7be1 100644 --- a/etc/telegraf_windows.conf +++ b/etc/telegraf_windows.conf @@ -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: