Commit d0f85ad3 authored by Sean Arnold's avatar Sean Arnold

Apply suggested changes

parent 6fb82ca2
......@@ -219,7 +219,7 @@ alerts in the following ways:
Prometheus alert payloads sent to the `notify.json` endpoint are limited to 1 MB in size.
### Generic Alert Alert JSON payloads
### Generic Alert JSON payloads
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/16441) in GitLab 12.4.
......
......@@ -41,7 +41,7 @@ You can customize the payload by sending the following parameters. All fields ar
| `severity` | String | The severity of the alert. Must be one of `critical`, `high`, `medium`, `low`, `info`, `unknown`. Default is `critical`. |
TIP: **Payload size:**
Ensure you are within the [payload application limits](../../../administration/instance_limits.md#generic-alert-alert-json-payloads) when making your request.
Ensure your requests are smaller than the [payload application limits](../../../administration/instance_limits.md#generic-alert-alert-json-payloads).
Example request:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment