Open
Description
/kind enhancement
Currently the nftables rules created by the bouncer are using anonymous counters. Please consider using named counters.
Having the counters of the rules being named counters would make it easier to collect the data with other tools like e.g. the OpenWrt prometheus-node-exporter as described in this PR without the need of enabling the prometheus metrics of the bouncer itself.
With this PR accepted using named counters for nftables for the bouncer would make #403 and #3571 obsolete.