summaryrefslogtreecommitdiffstats
path: root/python/knot_exporter/README.md
blob: 5b09c2d3cdba7e5656b2b43b9ccca7efb4b2d409 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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
```