Skip to content

Commit

Permalink
fix prom check startup (BerriAI#8492)
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-jaff authored and abhijitherekar committed Feb 20, 2025
1 parent 9a5bc6d commit 7d40e92
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions litellm/proxy/proxy_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -1904,10 +1904,6 @@ async def load_config( # noqa: PLR0915
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"
)
Expand Down

0 comments on commit 7d40e92

Please sign in to comment.