From 49c1c28461c6d1d5ca12f601e534c3709135c12e Mon Sep 17 00:00:00 2001 From: "telegraf-tiger[bot]" <76974415+telegraf-tiger[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 16:43:51 +0100 Subject: [PATCH] docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#12188) --- etc/telegraf.conf | 2 -- etc/telegraf_windows.conf | 2 -- 2 files changed, 4 deletions(-) diff --git a/etc/telegraf.conf b/etc/telegraf.conf index 5de0973f7..690d94605 100644 --- a/etc/telegraf.conf +++ b/etc/telegraf.conf @@ -3900,8 +3900,6 @@ # # ## Metric Statistic Namespaces (required) # namespaces = ["AWS/ELB"] -# ## Single metric statistic namespace appended to namespaces on startup -# # namespace = "AWS/ELB" # # ## Maximum requests per second. Note that the global default AWS rate limit # ## is 50 reqs/sec, so if you define multiple namespaces, these should add up diff --git a/etc/telegraf_windows.conf b/etc/telegraf_windows.conf index ca8488d10..49eb32107 100644 --- a/etc/telegraf_windows.conf +++ b/etc/telegraf_windows.conf @@ -3887,8 +3887,6 @@ # # ## Metric Statistic Namespaces (required) # namespaces = ["AWS/ELB"] -# ## Single metric statistic namespace appended to namespaces on startup -# # namespace = "AWS/ELB" # # ## Maximum requests per second. Note that the global default AWS rate limit # ## is 50 reqs/sec, so if you define multiple namespaces, these should add up