fix prom check startup (#8492)

This commit is contained in:
Ishaan Jaff 2025-02-12 17:24:37 -08:00 committed by GitHub
parent 40aec902bc
commit f65c8bebc3

View file

@ -1903,10 +1903,6 @@ class ProxyConfig:
callback
)
if "prometheus" in callback:
if not premium_user:
raise Exception(
CommonProxyErrors.not_premium_user.value
)
verbose_proxy_logger.debug(
"Starting Prometheus Metrics on /metrics"
)