🔸 Exports Unbound DNS server statistic as Prometheus metrics.
🔸 unbound-exporter is tailored for unbound-dashboard. Dashboard release includes:
➟ Prebuilt unbound-exporter binary for arm64.
➟ Service to automatically run exporter at startup.
🔸 Unbound setup is available at unbound-redis.
- Go 1.19 or later.
-
Copy
go.mod,go.sum&unbound-exporter.gofrom this repo to local dir. -
Run below cmds:
Download dependencies:
go mod tidyBuild:
go buildReduce size:
strip unbound-exporterℹ️Note:
Make sure.../go/binis in thePATH.
