mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
Fix typo Update alerting.md (#7880)
This commit is contained in:
parent
f8ea318849
commit
f654567aa2
1 changed files with 2 additions and 2 deletions
|
|
@ -43,7 +43,7 @@ export SLACK_WEBHOOK_URL="https://hooks.slack.com/services/<>/<>/<>"
|
|||
general_settings:
|
||||
alerting: ["slack"]
|
||||
alerting_threshold: 300 # sends alerts if requests hang for 5min+ and responses take 5min+
|
||||
spend_report_frequency: "1d" # [Optional] set as 1d, 2d, 30d .... Specifiy how often you want a Spend Report to be sent
|
||||
spend_report_frequency: "1d" # [Optional] set as 1d, 2d, 30d .... Specify how often you want a Spend Report to be sent
|
||||
|
||||
# [OPTIONAL ALERTING ARGS]
|
||||
alerting_args:
|
||||
|
|
@ -525,4 +525,4 @@ Management Endpoint Alerts - Virtual Key, Team, Internal User
|
|||
| `minor_outage_alert_threshold` | 5 | Number of errors that trigger a minor outage alert (400 errors not counted) |
|
||||
| `major_outage_alert_threshold` | 10 | Number of errors that trigger a major outage alert (400 errors not counted) |
|
||||
| `max_outage_alert_list_size` | 1000 | Maximum number of errors to store in cache per model/region |
|
||||
| `log_to_console` | false | If true, prints alerting payload to console as a `.warning` log. |
|
||||
| `log_to_console` | false | If true, prints alerting payload to console as a `.warning` log. |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue