mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
feat(ui): allow admin to configure slack alerting thresholds on ui
This commit is contained in:
parent
c2f19d631e
commit
a9a1447513
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