Skip to content

Commit

Permalink
Fix typo Update alerting.md (#7880)
Browse files Browse the repository at this point in the history
  • Loading branch information
MonkeyKing44 authored Jan 20, 2025
1 parent f8ea318 commit f654567
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/my-website/docs/proxy/alerting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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. |

0 comments on commit f654567

Please sign in to comment.