Skip to content

Commit

Permalink
Fix missing label
Browse files Browse the repository at this point in the history
  • Loading branch information
haad committed May 7, 2024
1 parent 2b0617e commit 3717ea1
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 @@ -200,7 +200,7 @@ var (
zoneFirewallEventsCount = prometheus.NewCounterVec(prometheus.CounterOpts{
Name: zoneFirewallEventsCountMetricName.String(),
Help: "Count of Firewall events",
}, []string{"zone", "account", "action", "source", "host", "country"},
}, []string{"zone", "account", "action", "source", "rule", "host", "country"},
)

zoneHealthCheckEventsOriginCount = prometheus.NewCounterVec(prometheus.CounterOpts{
Expand Down

0 comments on commit 3717ea1

Please sign in to comment.