mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
doc alert_to_webhook_url
This commit is contained in:
parent
aba600a892
commit
b137207ae6
1 changed files with 1 additions and 0 deletions
|
@ -188,6 +188,7 @@ class ProxyLogging:
|
||||||
"new_model_added",
|
"new_model_added",
|
||||||
"outage_alerts",
|
"outage_alerts",
|
||||||
]
|
]
|
||||||
|
self.alert_to_webhook_url: Optional[dict] = None
|
||||||
self.slack_alerting_instance: SlackAlerting = SlackAlerting(
|
self.slack_alerting_instance: SlackAlerting = SlackAlerting(
|
||||||
alerting_threshold=self.alerting_threshold,
|
alerting_threshold=self.alerting_threshold,
|
||||||
alerting=self.alerting,
|
alerting=self.alerting,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue