Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
distributed / distributed / http / worker / prometheus / __init__.py
Size: Mime:
from __future__ import annotations

from distributed.http.worker.prometheus.core import PrometheusHandler

routes: list[tuple] = [("/metrics", PrometheusHandler, {})]