Skip to content

Commit

Permalink
disable fetching firewall groups
Browse files Browse the repository at this point in the history
  • Loading branch information
morde08 committed Oct 18, 2024
1 parent e0cc984 commit 3b51a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prometheus.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 3b51a0f

Please sign in to comment.