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) }