Metadata-Version: 2.4
Name: knot_exporter
Version: 3.5.4
Summary: Prometheus exporter for Knot DNS
Project-URL: Documentation, https://www.knot-dns.cz/documentation
Project-URL: Issues, https://gitlab.nic.cz/knot/knot-dns/-/issues
Project-URL: Source, https://gitlab.nic.cz/knot/knot-dns/-/tree/master/python/knot_exporter
Author-email: "CZ.NIC, z.s.p.o." <knot-dns@labs.nic.cz>, Alessandro Ghedini <alessandro@ghedini.me>
License: GPL-2.0-or-later
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: Name Service (DNS)
Classifier: Topic :: System :: Systems Administration
Requires-Python: >=3.5
Requires-Dist: libknot<3.5.99
Requires-Dist: prometheus-client
Requires-Dist: psutil
Description-Content-Type: text/markdown

# knot-exporter

A Prometheus exporter for [Knot DNS](https://www.knot-dns.cz/)'s server and query statistics.

# Getting Started

The Knot instance also needs to be configured to collect statistics using
[Statistics module](https://www.knot-dns.cz/docs/latest/html/modules.html?highlight=mod%20stats#stats-query-statistics)

The exporter can be started via:

```bash
$ knot-exporter
```

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

```bash
$ knot-exporter --help
```
