Commit bf5bff28 authored by Jose Ivan Vargas's avatar Jose Ivan Vargas Committed by Achilleas Pipinellis

Add instance limits docs for Monitoring/Alerts

The documentation touches on the Prometheus Alert JSON payload
instance limits
parent f97b5ab3
...@@ -176,6 +176,14 @@ To set this limit on a self-managed installation, run the following in the ...@@ -176,6 +176,14 @@ To set this limit on a self-managed installation, run the following in the
Plan.default.limits.update!(ci_pipeline_schedules: 100) Plan.default.limits.update!(ci_pipeline_schedules: 100)
``` ```
## Instance monitoring and metrics
### Prometheus Alert JSON payloads
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/14929) in GitLab 12.6.
Prometheus alert payloads sent to the `notify.json` endpoint are limited to 1 MB in size.
## Environment data on Deploy Boards ## Environment data on Deploy Boards
[Deploy Boards](../user/project/deploy_boards.md) load information from Kubernetes about [Deploy Boards](../user/project/deploy_boards.md) load information from Kubernetes about
......
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