From 582e3115461a5f4d364a46c98520163e91eb6b47 Mon Sep 17 00:00:00 2001 From: "SLW\\ARNAUA" Date: Mon, 30 May 2022 13:15:52 +0200 Subject: [PATCH] Setting slowdown alerts to 20 minutes. --- .../alerting-profile/alerting-profile.yaml | 6 ++++++ .../CD_AudioVideoServices/alerting-profile/default.json | 2 +- .../alerting-profile/alerting-profile.yaml | 6 ++++++ .../CD_AudioVideoServicesOE/alerting-profile/default.json | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/BMW-Dynatrace-config/CD_AudioVideoServices/alerting-profile/alerting-profile.yaml b/BMW-Dynatrace-config/CD_AudioVideoServices/alerting-profile/alerting-profile.yaml index 7f270386..c7cd0a75 100644 --- a/BMW-Dynatrace-config/CD_AudioVideoServices/alerting-profile/alerting-profile.yaml +++ b/BMW-Dynatrace-config/CD_AudioVideoServices/alerting-profile/alerting-profile.yaml @@ -8,18 +8,21 @@ CDAudioVideoServices.EMEA-Prod: - tag: AudioVideoServices - mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id - env: PROD +- slowDownInMinutes: "20" - skipDeployment: "false" CDAudioVideoServices.NA-Prod: - name: CD_AudioVideoServices PROD - tag: AudioVideoServices - mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id - env: PROD +- slowDownInMinutes: "20" - skipDeployment: "false" CDAudioVideoServices.CN-Prod: - name: CD_AudioVideoServices PROD - tag: AudioVideoServices - mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id - env: PROD +- slowDownInMinutes: "20" - skipDeployment: "false" #E2E alerting profiles for EMEA/NA/CN @@ -28,18 +31,21 @@ CDAudioVideoServicesE2E.EMEA-Prod: - tag: AudioVideoServices - mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id - env: E2E + - slowDownInMinutes: "30" - skipDeployment: "false" CDAudioVideoServicesE2E.NA-Prod: - name: CD_AudioVideoServices E2E - tag: AudioVideoServices - mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id - env: E2E + - slowDownInMinutes: "30" - skipDeployment: "false" CDAudioVideoServicesE2E.CN-Prod: - name: CD_AudioVideoServices E2E - tag: AudioVideoServices - mzId: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id - env: E2E + - slowDownInMinutes: "30" - skipDeployment: "false" #INT alerting profiles for EMEA/NA/CN diff --git a/BMW-Dynatrace-config/CD_AudioVideoServices/alerting-profile/default.json b/BMW-Dynatrace-config/CD_AudioVideoServices/alerting-profile/default.json index 681a4c64..8b94a4be 100644 --- a/BMW-Dynatrace-config/CD_AudioVideoServices/alerting-profile/default.json +++ b/BMW-Dynatrace-config/CD_AudioVideoServices/alerting-profile/default.json @@ -43,7 +43,7 @@ } }, { - "delayInMinutes": 30, + "delayInMinutes": "{{.slowDownInMinutes}}", "severityLevel": "PERFORMANCE", "tagFilter": { "includeMode": "INCLUDE_ALL", diff --git a/BMW-Dynatrace-config/CD_AudioVideoServicesOE/alerting-profile/alerting-profile.yaml b/BMW-Dynatrace-config/CD_AudioVideoServicesOE/alerting-profile/alerting-profile.yaml index ca917d6c..cebfd095 100644 --- a/BMW-Dynatrace-config/CD_AudioVideoServicesOE/alerting-profile/alerting-profile.yaml +++ b/BMW-Dynatrace-config/CD_AudioVideoServicesOE/alerting-profile/alerting-profile.yaml @@ -8,18 +8,21 @@ CDAudioVideoServicesOE.EMEA-Prod: - tag: AudioVideoServicesOE - mzId: CD_AudioVideoServicesOE/management-zone/CDnewComponentTag.id - env: PROD +- slowDownInMinutes: "20" - skipDeployment: "false" CDAudioVideoServicesOE.NA-Prod: - name: CD_AudioVideoServicesOE PROD - tag: AudioVideoServicesOE - mzId: CD_AudioVideoServicesOE/management-zone/CDnewComponentTag.id - env: PROD +- slowDownInMinutes: "20" - skipDeployment: "false" CDAudioVideoServicesOE.CN-Prod: - name: CD_AudioVideoServicesOE PROD - tag: AudioVideoServicesOE - mzId: CD_AudioVideoServicesOE/management-zone/CDnewComponentTag.id - env: PROD +- slowDownInMinutes: "20" - skipDeployment: "false" #E2E alerting profiles for EMEA/NA/CN @@ -28,18 +31,21 @@ CDAudioVideoServicesOEE2E.EMEA-Prod: - tag: AudioVideoServicesOE - mzId: CD_AudioVideoServicesOE/management-zone/CDnewComponentTag.id - env: E2E + - slowDownInMinutes: "30" - skipDeployment: "false" CDAudioVideoServicesOEE2E.NA-Prod: - name: CD_AudioVideoServicesOE E2E - tag: AudioVideoServicesOE - mzId: CD_AudioVideoServicesOE/management-zone/CDnewComponentTag.id - env: E2E + - slowDownInMinutes: "30" - skipDeployment: "false" CDAudioVideoServicesOEE2E.CN-Prod: - name: CD_AudioVideoServicesOE E2E - tag: AudioVideoServicesOE - mzId: CD_AudioVideoServicesOE/management-zone/CDnewComponentTag.id - env: E2E + - slowDownInMinutes: "30" - skipDeployment: "false" #INT alerting profiles for EMEA/NA/CN diff --git a/BMW-Dynatrace-config/CD_AudioVideoServicesOE/alerting-profile/default.json b/BMW-Dynatrace-config/CD_AudioVideoServicesOE/alerting-profile/default.json index bb81115c..476fb110 100644 --- a/BMW-Dynatrace-config/CD_AudioVideoServicesOE/alerting-profile/default.json +++ b/BMW-Dynatrace-config/CD_AudioVideoServicesOE/alerting-profile/default.json @@ -33,7 +33,7 @@ } }, { - "delayInMinutes": 30, + "delayInMinutes": "{{.slowDownInMinutes}}", "severityLevel": "PERFORMANCE", "tagFilter": { "includeMode": "INCLUDE_ALL",