INFOTAIN-27825: Added LOC SLOs

feature/feature/INFOTAIN-27825-id5-dynatrace-dashboard-slo-config
Jonatha Silva (CTW) 2022-08-22 12:21:46 +01:00
parent 6771af7209
commit c8f591ee75
1 changed files with 34 additions and 0 deletions

View File

@ -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"