diff --git a/docs/my-website/docs/proxy/alerting.md b/docs/my-website/docs/proxy/alerting.md index 544c9bb905c6..c2fc510d962a 100644 --- a/docs/my-website/docs/proxy/alerting.md +++ b/docs/my-website/docs/proxy/alerting.md @@ -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. | \ No newline at end of file +| `log_to_console` | false | If true, prints alerting payload to console as a `.warning` log. |