From b0fea5f956b91d9930172d99a38b2b44d3733d02 Mon Sep 17 00:00:00 2001 From: "telegraf-tiger[bot]" <76974415+telegraf-tiger[bot]@users.noreply.github.com> Date: Tue, 13 Sep 2022 11:10:12 -0700 Subject: [PATCH] docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#11798) --- etc/telegraf.conf | 4 ++++ etc/telegraf_windows.conf | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/etc/telegraf.conf b/etc/telegraf.conf index fee7c84a3..d63b88e21 100644 --- a/etc/telegraf.conf +++ b/etc/telegraf.conf @@ -9531,6 +9531,10 @@ # ## Specify timeout duration for slower prometheus clients (default is 3s) # # response_timeout = "3s" # +# ## HTTP Proxy support +# # use_system_proxy = false +# # http_proxy_url = "" +# # ## Optional TLS Config # # tls_ca = /path/to/cafile # # tls_cert = /path/to/certfile diff --git a/etc/telegraf_windows.conf b/etc/telegraf_windows.conf index f0ceda0a5..2d9b52575 100644 --- a/etc/telegraf_windows.conf +++ b/etc/telegraf_windows.conf @@ -9374,6 +9374,10 @@ # ## Specify timeout duration for slower prometheus clients (default is 3s) # # response_timeout = "3s" # +# ## HTTP Proxy support +# # use_system_proxy = false +# # http_proxy_url = "" +# # ## Optional TLS Config # # tls_ca = /path/to/cafile # # tls_cert = /path/to/certfile