From c8f591ee75c4a3cbdbc8eab3d53a41a8b6f16728 Mon Sep 17 00:00:00 2001 From: "Jonatha Silva (CTW)" Date: Mon, 22 Aug 2022 12:21:46 +0100 Subject: [PATCH] INFOTAIN-27825: Added LOC SLOs --- .../slo/ise-loc.yaml | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 BMW-Dynatrace-config/CD_VehicleCentricInformationServices/slo/ise-loc.yaml diff --git a/BMW-Dynatrace-config/CD_VehicleCentricInformationServices/slo/ise-loc.yaml b/BMW-Dynatrace-config/CD_VehicleCentricInformationServices/slo/ise-loc.yaml new file mode 100644 index 00000000..57484636 --- /dev/null +++ b/BMW-Dynatrace-config/CD_VehicleCentricInformationServices/slo/ise-loc.yaml @@ -0,0 +1,34 @@ +config: + - ControlMessagesResource-EMEA-Prod: slo.json + - ControlMessagesResource-US-Prod: slo.json + - VehicleProfileResource-CN-Prod: slo.json + +##### LOC EMEA Endpoints ##### + +ControlMessagesResource-EMEA-Prod: + - name: "ControlMessagesResource - vcis-information " + - sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-3CF3F748F2BE54B5\\\",\\\"SERVICE_METHOD-BFF434D773DE2FFE\\\")" + - metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName.equals(~"ControlMessagesResource - vcis-information - e2e~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)" + - target: "98" + - warning: "99" + - skipDeployment: "true" + +##### LOC US Endpoints ##### + +ControlMessagesResource-US-Prod: + - name: "ControlMessagesResource - vcis-information " + - sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-187D350643DDD867\\\",\\\"SERVICE_METHOD-83CB6BAECF5C7AC3\\\")" + - metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName.equals(~"ControlMessagesResource - vcis-information - prod~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)" + - target: "98" + - warning: "99" + - skipDeployment: "true" + +##### LOC CN Endpoints ##### + +ControlMessagesResource-CN-Prod: + - name: "ControlMessagesResource - information" + - sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-567589DBF8BA999D\\\",\\\"SERVICE_METHOD-05CC89FDC81DB51B\\\")" + - metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName(~"ControlMessagesResource - information~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)" + - target: "98" + - warning: "99" + - skipDeployment: "true" \ No newline at end of file