in config.py there's a
class DefaultConfig(ImmutableConfig): ... # URL that specifies the location of the prometheus pushgateway. PROMETHEUS_PUSHGATEWAY_URL: Optional[str] = "http://localhost:9091"
That (probably?) doesn't get applied because the quay_user_rows comes back 0 at the metrics endpoint. However, if I set
PROMETHEUS_PUSHGATEWAY_URL: http://localhost:9091
in config.yaml, the metrics come back with a number.