Skip to content

BiznetGIO/knot-exporter

Repository files navigation

knot-exporter

Export Knot info to Prometheus


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

Features

  • Uses a real webserver.
  • Health endpoint containing build version and status.
  • Dockerized

Usage

Run as usual docker applications.

See docker-compose.example.yml for detailed options.

Visit http://localhost:9100/metrics to view the metrics, and /health to check its status.


Licence

knot-exporter source code is licensed under the GPL-3.0 License. Because it is a derivative work of Knot.

knot-exporter is based on Alessandro Ghedini's knot-exporter

The Python bindings for libknot were taken from the official Knot repo [GPL-3.0 Licensed].