Metadata-Version: 2.1
Name: knot_exporter
Version: 3.3.0
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-3.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: Name Service (DNS)
Classifier: Topic :: System :: Systems Administration
Requires-Python: >=3.5
Requires-Dist: libknot
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
```
