]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
python/knot_resolver/manager: added metrics module
authorAleš Mrázek <ales.mrazek@nic.cz>
Thu, 5 Sep 2024 13:13:54 +0000 (15:13 +0200)
committerAleš Mrázek <ales.mrazek@nic.cz>
Fri, 6 Sep 2024 22:28:31 +0000 (00:28 +0200)
commit15f4acc4bac776cd314090feb2fe5a7028a629c8
tree2cb6cb2395f44d5275c31601cf19167f6c241730
parent3bea3fc3344b454869d92e9b7f80e107177ad2a6
python/knot_resolver/manager: added metrics module

- statistics.py: removed
- metrics: prometheus support is in separate module
python/knot_resolver/manager/metrics/__init__.py [new file with mode: 0644]
python/knot_resolver/manager/metrics/collect.py [new file with mode: 0644]
python/knot_resolver/manager/metrics/prometheus.py [moved from python/knot_resolver/manager/statistics.py with 66% similarity]
python/knot_resolver/manager/server.py
setup.py