mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
fix logging cool down deployment
This commit is contained in:
parent
d1e519afd1
commit
579f09b334
2 changed files with 75 additions and 31 deletions
|
@ -42,10 +42,10 @@ async def router_cooldown_handler(
|
|||
from litellm.litellm_core_utils.litellm_logging import prometheusLogger
|
||||
|
||||
if prometheusLogger is not None:
|
||||
prometheusLogger.set_llm_outage_metric(
|
||||
prometheusLogger.set_deployment_complete_outage(
|
||||
litellm_model_name=_model_name,
|
||||
model_id=model_id,
|
||||
api_base="",
|
||||
api_provider="",
|
||||
llm_provider="",
|
||||
)
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue