(registry: Any = None)
| 48 | Counter = Gauge = Histogram = _NoopMetric |
| 49 | |
| 50 | def generate_latest(registry: Any = None) -> bytes: |
| 51 | return b"# prometheus_client is not installed; metrics are disabled\n" |
| 52 | |
| 53 | from .config import config |
| 54 |
no outgoing calls
no test coverage detected