We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 470f83b commit c839f17Copy full SHA for c839f17
controller/controller.go
@@ -60,6 +60,7 @@ func getConfig() controllerConfig {
60
61
return cfg
62
}
63
+
64
var (
65
ipProcessed = promauto.NewCounter(prometheus.CounterOpts{
66
Name: "crowdsec_traefik_bouncer_processed_ip_total",
0 commit comments