mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
feat(ui): allow admin to configure slack alerting thresholds on ui
This commit is contained in:
parent
e4629ba65d
commit
1f42d086d6
9 changed files with 492 additions and 24 deletions
|
@ -92,7 +92,7 @@ class ProxyLogging:
|
|||
"new_model_added",
|
||||
"outage_alerts",
|
||||
]
|
||||
self.slack_alerting_instance = SlackAlerting(
|
||||
self.slack_alerting_instance: SlackAlerting = SlackAlerting(
|
||||
alerting_threshold=self.alerting_threshold,
|
||||
alerting=self.alerting,
|
||||
alert_types=self.alert_types,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue