mirror of
https://github.com/ar51an/unbound-exporter.git
synced 2025-11-23 00:39:06 +00:00
exportergogolanggrafanametricsprometheusprometheus-exporterprometheus-metricsunboundunbound-exporter
| bin/amd64 | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| README.md | ||
| unbound-exporter.go | ||
unbound exporter
Summary
🔸 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.
Prerequisite:
- Go 1.19 or later.
Compile:
-
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.
