mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
fix prom check startup (#8492)
This commit is contained in:
parent
40aec902bc
commit
f65c8bebc3
1 changed files with 0 additions and 4 deletions
|
@ -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"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue