/knot_exporter

Prometheus exporter for Knot DNS

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

knot_exporter

knot_exporter is a Prometheus exporter for Knot's server and query statistics.

Getting Started

knot_exporter uses Knot's control unix socket, so Knot has to be installed on the same machine as knot_exporter, and knot_exporter must be executed by a user with access to Knot's socket path.

The Knot instance also needs to be configured to collect per-zone query statistic. This can be done by enabling and configuring the stats module.

Once everything is in place, knot_exporter can be started like so:

$ ./knot_exporter --knot-library-path /path/to/libknot.so

To get a complete list of the available options, run:

$ ./knot_exporter --help

Copyright

Copyright (C) 2018 Alessandro Ghedini <alessandro@ghedini.me>

Copyright (C) 2018 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>

The Python bindings for libknot were adapted from the code available in the official Knot repo.

See COPYING for the license.