From 82e3d67c348ecfd4293087de87684d4d33d40e9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B3nio=20Pinheiro?= Date: Tue, 15 Mar 2022 17:24:18 +0000 Subject: [PATCH] Adding CCIS News Next SLOs --- .../slo/slo.json | 10 +++++++ .../slo/slo.yaml | 30 +++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 BMW-Dynatrace-config/CD_CustomerCentricInformationServices/slo/slo.json create mode 100644 BMW-Dynatrace-config/CD_CustomerCentricInformationServices/slo/slo.yaml diff --git a/BMW-Dynatrace-config/CD_CustomerCentricInformationServices/slo/slo.json b/BMW-Dynatrace-config/CD_CustomerCentricInformationServices/slo/slo.json new file mode 100644 index 00000000..73a74ed3 --- /dev/null +++ b/BMW-Dynatrace-config/CD_CustomerCentricInformationServices/slo/slo.json @@ -0,0 +1,10 @@ +{ + "enabled": true, + "name": "{{ .name }}", + "metricExpression": "(100)*(1-(builtin:service.keyRequest.errors.fivexx.count:splitBy()/builtin:service.keyRequest.count.server:splitBy()))", + "evaluationType": "AGGREGATE", + "filter": "{{.sloFilter}}", + "target": "{{ .target }}", + "warning": "{{ .warning }}", + "timeframe": "-1d" +} \ No newline at end of file diff --git a/BMW-Dynatrace-config/CD_CustomerCentricInformationServices/slo/slo.yaml b/BMW-Dynatrace-config/CD_CustomerCentricInformationServices/slo/slo.yaml new file mode 100644 index 00000000..9d2a9667 --- /dev/null +++ b/BMW-Dynatrace-config/CD_CustomerCentricInformationServices/slo/slo.yaml @@ -0,0 +1,30 @@ +config: + - PlayEpisode: slo.json + - SetPreferences: slo.json + - LaunchApp: slo.json + - ExploreNews: slo.json + +PlayEpisode: + - name: "News-Next SLO Play Episode" + - sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-F2784BBB49B1D3E8\\\")" + - target: "98" + - warning: "99" + +SetPreferences: + - name: "News-Next SLO Set Preferences" + - sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-0B5905EDDEAC9DC9\\\",\\\"SERVICE_METHOD-8F6D90EA945AF1E9\\\")" + - target: "98" + - warning: "99" + +LaunchApp: + - name: "News-Next SLO Launch App" + - sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-33C75D7B554EB498\\\",\\\"SERVICE_METHOD-ADAF1C4F58C2C719\\\",\\\"SERVICE_METHOD-05E895E75BA373CA\\\")" + - target: "98" + - warning: "99" + +ExploreNews: + - name: "News-Next SLO Explore News" + - sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-E01DC09FD6BD989B\\\",\\\"SERVICE_METHOD-424C1AEB63FE7855\\\",\\\"SERVICE_METHOD-F2784BBB49B1D3E8\\\")" + - target: "98" + - warning: "99" +