fix logging cool down deployment

This commit is contained in:
Ishaan Jaff 2024-08-07 11:27:05 -07:00
parent 0dd8f50477
commit 27e8a89077
2 changed files with 75 additions and 31 deletions

View file

@ -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