From 7287367646f79566d167ce91dae3af62b6be04eb Mon Sep 17 00:00:00 2001 From: Yulya Artyukhina Date: Tue, 14 Jan 2025 12:21:52 +0100 Subject: [PATCH] Fix typo (#5413) # What this PR does fix typo ## Which issue(s) this PR closes Related to [issue link here] ## Checklist - [ ] Unit, integration, and e2e (if applicable) tests updated - [x] Documentation added (or `pr:no public docs` PR label added if not required) - [x] Added the relevant release notes label (see labels prefixed w/ `release:`). These labels dictate how your PR will show up in the autogenerated release notes. --- engine/apps/alerts/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/apps/alerts/constants.py b/engine/apps/alerts/constants.py index c91cabfa..637f02a0 100644 --- a/engine/apps/alerts/constants.py +++ b/engine/apps/alerts/constants.py @@ -28,4 +28,4 @@ class AlertGroupState(str, Enum): SERVICE_LABEL = "service_name" -SERVICE_LABEL_TEMPLATE_FOR_ALERTING_INTEGRATION = "{{ payload.common_labels.service_name }}" +SERVICE_LABEL_TEMPLATE_FOR_ALERTING_INTEGRATION = "{{ payload.commonLabels.service_name }}"