From 8c92b54eb85d97d101b40ace633f0ed4758a3dbd Mon Sep 17 00:00:00 2001 From: Peter Leitzen <pleitzen@gitlab.com> Date: Mon, 25 Jan 2021 16:36:59 +0100 Subject: [PATCH] Document how alert description is extracted from Prometheus payloads --- doc/operations/metrics/alerts.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/operations/metrics/alerts.md b/doc/operations/metrics/alerts.md index f8f331c887bd..fbc616e7e855 100644 --- a/doc/operations/metrics/alerts.md +++ b/doc/operations/metrics/alerts.md @@ -104,6 +104,7 @@ values extracted from the [`alerts` field in webhook payload](https://prometheus - Issue author: `GitLab Alert Bot` - 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. - `starts_at`: Alert start time from the payload's `startsAt` field - `full_query`: Alert query extracted from the payload's `generatorURL` field -- GitLab