add fallback_reports as slack alert
This commit is contained in:
parent
e861d97bf2
commit
ffb7f9f280
@ -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…
Reference in New Issue
Block a user