Commit d163a656 authored by Amy Qualls's avatar Amy Qualls

Merge branch 'pl-alert-description-metrics-alert-doc' into 'master'

Document how alert description is extracted from Prometheus payloads

See merge request gitlab-org/gitlab!52506
parents 0e2f8bf5 8c92b54e
...@@ -104,6 +104,7 @@ values extracted from the [`alerts` field in webhook payload](https://prometheus ...@@ -104,6 +104,7 @@ values extracted from the [`alerts` field in webhook payload](https://prometheus
- Issue author: `GitLab Alert Bot` - Issue author: `GitLab Alert Bot`
- Issue title: Extracted from the alert payload fields `annotations/title`, `annotations/summary`, or `labels/alertname`. - Issue title: Extracted from the alert payload fields `annotations/title`, `annotations/summary`, or `labels/alertname`.
- Issue description: Extracted from alert payload field `annotations/description`.
- Alert `Summary`: A list of properties from the alert's payload. - Alert `Summary`: A list of properties from the alert's payload.
- `starts_at`: Alert start time from the payload's `startsAt` field - `starts_at`: Alert start time from the payload's `startsAt` field
- `full_query`: Alert query extracted from the payload's `generatorURL` field - `full_query`: Alert query extracted from the payload's `generatorURL` field
......
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