Go to file
Ed Schouten 6b651400c4 Add a README. 2017-01-09 09:27:01 +01:00
.gitignore Check in the initial version of the Unbound metrics exporter. 2017-01-09 09:01:42 +01:00
README.md Add a README. 2017-01-09 09:27:01 +01:00
unbound_exporter.go Set a proper server name. 2017-01-09 09:17:01 +01:00

README.md

Prometheus Unbound exporter

This repository provides code for a simple Prometheus metrics exporter for the Unbound DNS resolver. This exporter connects to Unbounds TLS control socket and sends the stats_noreset command, causing Unbound to return metrics as key-value pairs. The metrics exporter converts Unbound metric names to Prometheus metric names and labels by using a set of regular expressions.

Please refer to this utility's main() function for a list of supported command line flags.