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.

10 lines
250 B

module github.com/nmasse-itix/nftables-counters-exporter
go 1.16
require (
github.com/google/nftables v0.0.0-20211209220838-6f19c4381e13
github.com/prometheus/client_golang v1.11.0
github.com/spf13/cobra v1.3.0
github.com/spf13/viper v1.10.1
)