Repository URL to install this package:
|
Version:
2022.10.0 ▾
|
from __future__ import annotations
from distributed.http.worker.prometheus.core import PrometheusHandler
routes: list[tuple] = [("/metrics", PrometheusHandler, {})]