Documentation ¶
Index ¶
Constants ¶
View Source
const MetricCollectionInterval = time.Second * 10
Variables ¶
View Source
var TotalActiveBannedIPs = prometheus.NewGauge(prometheus.GaugeOpts{
Name: "fw_bouncer_banned_ips",
Help: "Denotes the number of IPs which are currently banned",
})
View Source
var TotalDroppedBytes = prometheus.NewGauge(prometheus.GaugeOpts{
Name: "fw_bouncer_dropped_bytes",
Help: "Denotes the number of total dropped bytes because of rule(s) created by crowdsec",
})
View Source
var TotalDroppedPackets = prometheus.NewGauge(prometheus.GaugeOpts{
Name: "fw_bouncer_dropped_packets",
Help: "Denotes the number of total dropped packets because of rule(s) created by crowdsec",
})
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.