DEBSOURCES
Skip Quicknav
sources / knot-resolver / 6.0.17-1 / python / knot_resolver / manager / metrics / __init__.py
1234
from .collect import report_json from .prometheus import init_prometheus, report_prometheus __all__ = ["init_prometheus", "report_json", "report_prometheus"]