feat(slack_alerting.py): enable provider-region based alerting

This commit is contained in:
Krrish Dholakia 2024-05-25 16:55:46 -07:00
parent 7694622007
commit e4629ba65d
3 changed files with 318 additions and 77 deletions

View file

@ -18,6 +18,7 @@ AlertType = Literal[
"cooldown_deployment",
"new_model_added",
"outage_alerts",
"region_outage_alerts",
]