mirror of
https://github.com/tiennm99/litellm.git
synced 2026-06-26 05:04:31 +00:00
add fallback_reports as slack alert
This commit is contained in:
@@ -126,6 +126,7 @@ AlertType = Literal[
|
||||
"db_exceptions",
|
||||
"daily_reports",
|
||||
"spend_reports",
|
||||
"fallback_reports",
|
||||
"cooldown_deployment",
|
||||
"new_model_added",
|
||||
"outage_alerts",
|
||||
|
||||
@@ -115,6 +115,7 @@ AlertType = Literal[
|
||||
"new_model_added",
|
||||
"outage_alerts",
|
||||
"region_outage_alerts",
|
||||
"fallback_reports",
|
||||
]
|
||||
|
||||
|
||||
|
||||
@@ -222,6 +222,7 @@ class ProxyLogging:
|
||||
"db_exceptions",
|
||||
"daily_reports",
|
||||
"spend_reports",
|
||||
"fallback_reports",
|
||||
"cooldown_deployment",
|
||||
"new_model_added",
|
||||
"outage_alerts",
|
||||
|
||||
Reference in New Issue
Block a user