Metadata-Version: 2.1
Name: knot-exporter
Version: 3.5.4
Summary: Prometheus exporter for Knot DNS
Home-page: https://gitlab.nic.cz/knot/knot-dns/-/tree/master/python/knot_exporter
Author: CZ.NIC, z.s.p.o.
Author-email: knot-dns@labs.nic.cz
License: GPL-2.0-or-later
Description: # 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
        ```
        
Platform: UNKNOWN
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
Description-Content-Type: text/markdown
