From e9eab1f3972ea70362f06b0f3bd162eddef73a81 Mon Sep 17 00:00:00 2001 From: "telegraf-tiger[bot]" <76974415+telegraf-tiger[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 10:36:14 -0700 Subject: [PATCH] feat: update etc/telegraf.conf and etc/telegraf_windows.conf (#10789) --- etc/telegraf.conf | 4 ++-- etc/telegraf_windows.conf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/telegraf.conf b/etc/telegraf.conf index 5dae21656..f0c23805c 100644 --- a/etc/telegraf.conf +++ b/etc/telegraf.conf @@ -2170,8 +2170,8 @@ # # Configuration for Wavefront server to send metrics to # [[outputs.wavefront]] -# ## Url for Wavefront Direct Ingestion or using HTTP with Wavefront Proxy -# ## If using Wavefront Proxy, also specify port. example: http://proxyserver:2878 +# ## Url for Wavefront Direct Ingestion. For Wavefront Proxy Ingestion, see +# ## the 'host' and 'port' optioins below. # url = "https://metrics.wavefront.com" # # ## Authentication Token for Wavefront. Only required if using Direct Ingestion diff --git a/etc/telegraf_windows.conf b/etc/telegraf_windows.conf index 01e661719..596afc174 100644 --- a/etc/telegraf_windows.conf +++ b/etc/telegraf_windows.conf @@ -2170,8 +2170,8 @@ # # Configuration for Wavefront server to send metrics to # [[outputs.wavefront]] -# ## Url for Wavefront Direct Ingestion or using HTTP with Wavefront Proxy -# ## If using Wavefront Proxy, also specify port. example: http://proxyserver:2878 +# ## Url for Wavefront Direct Ingestion. For Wavefront Proxy Ingestion, see +# ## the 'host' and 'port' optioins below. # url = "https://metrics.wavefront.com" # # ## Authentication Token for Wavefront. Only required if using Direct Ingestion