From 3b51a0f23db30140d13b61c1544ac9ae28f46586 Mon Sep 17 00:00:00 2001 From: Peter Lee Date: Fri, 18 Oct 2024 09:53:23 -0700 Subject: [PATCH] disable fetching firewall groups --- prometheus.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus.go b/prometheus.go index f6d5eac..7f8d9e0 100644 --- a/prometheus.go +++ b/prometheus.go @@ -608,7 +608,7 @@ func fetchZoneAnalytics(zones []cloudflare.Zone, wg *sync.WaitGroup) { z := z addHTTPGroups(&z, name, account) - addFirewallGroups(&z, name, account) + //addFirewallGroups(&z, name, account) addHealthCheckGroups(&z, name, account) addHTTPAdaptiveGroups(&z, name, account) }