A prometheus exporter that exposes nftables counters
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
206 B

module github.com/nmasse-itix/nft-ipv4-ipv6-counter
go 1.16
require (
github.com/google/nftables v0.0.0-20211209220838-6f19c4381e13 // indirect
github.com/prometheus/client_golang v1.11.0 // indirect
)