mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
add fallback_reports as slack alert
This commit is contained in:
parent
e861d97bf2
commit
ffb7f9f280
3 changed files with 3 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue