Skip to content

Commit 3b51a0f

Browse files
committed
disable fetching firewall groups
1 parent e0cc984 commit 3b51a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prometheus.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ func fetchZoneAnalytics(zones []cloudflare.Zone, wg *sync.WaitGroup) {
608608
z := z
609609

610610
addHTTPGroups(&z, name, account)
611-
addFirewallGroups(&z, name, account)
611+
//addFirewallGroups(&z, name, account)
612612
addHealthCheckGroups(&z, name, account)
613613
addHTTPAdaptiveGroups(&z, name, account)
614614
}

0 commit comments

Comments
 (0)