Merge branch 'feature/feature/INFOTAIN-27825-id5-dynatrace-dashboard-slo-config' of https://atc.bmwgroup.net/bitbucket/scm/opapm/cd_e2e_monitoring_config into feature/feature/INFOTAIN-27825-id5-dynatrace-dashboard-slo-config
commit
5b93343d70
|
|
@ -1,9 +1,59 @@
|
|||
config:
|
||||
- FuelPricesServiceV1-EMEA-Prod: slo.json
|
||||
- LocalSearchServiceV1-EMEA-Prod: slo.json
|
||||
- ParkinfoServiceV1-EMEA-Prod: slo.json
|
||||
- SessionServiceV1-EMEA-Prod: slo.json
|
||||
- SPMServiceV1-EMEA-Prod: slo.json
|
||||
- FuelPricesServiceV1-US-Prod: slo.json
|
||||
- LocalSearchServiceV1-US-Prod: slo.json
|
||||
- ParkinfoServiceV1-US-Prod: slo.json
|
||||
- SessionServiceV1-US-Prod: slo.json
|
||||
- SPMServiceV1-US-Prod: slo.json
|
||||
- SessionServiceV1-CN-Prod: slo.json
|
||||
- LocalSearchServiceV1-CN-Prod: slo.json
|
||||
- StoreService-CN-Prod: slo.json
|
||||
|
||||
##### ID5 EMEA Endpoints #####
|
||||
|
||||
FuelPricesServiceV1-EMEA-Prod:
|
||||
- name: "ID5 FuelPricesServiceV1"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-F41E2A763544D3F6\\\",\\\"SERVICE_METHOD-4AF21D26795923C8\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName(~"FuelPricesServiceV1~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
LocalSearchServiceV1-EMEA-Prod:
|
||||
- name: "ID5 LocalSearchServiceV1"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-CA66EE6AF4CE5A6A\\\",\\\"SERVICE_METHOD-E22BF5DC80BEA46B\\\",\\\"SERVICE_METHOD-3D25CE7FB803DC7E\\\",\\\"SERVICE_METHOD-338A57FB8D8E2E30\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName(~"LocalSearchServiceV1~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
ParkinfoServiceV1-EMEA-Prod:
|
||||
- name: "ID5 ParkinfoServiceV1"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-02562D4FC042AE60\\\",\\\"SERVICE_METHOD-F10B31B7E7E673FC\\\",\\\"SERVICE_METHOD-EE7938CF65626E97\\\",\\\"SERVICE_METHOD-5EB2737246697ECD\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName(~"ParkinfoServiceV1~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
SessionServiceV1-EMEA-Prod:
|
||||
- name: "ID5 SessionServiceV1"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-D6B1D647DD431090\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName(~"SessionServiceV1~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
SPMServiceV1-EMEA-Prod:
|
||||
- name: "ID5 SPMServiceV1"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-A20C118D6329FE4C\\\",\\\"SERVICE_METHOD-E5942309FCD53B65\\\",\\\"SERVICE_METHOD-21E26B373A362485\\\",\\\"SERVICE_METHOD-6B437DE24EE5FA08\\\",\\\"SERVICE_METHOD-82488D2F4F1197FC\\\",\\\"SERVICE_METHOD-421392404C573C46\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName(~"SPMServiceV1~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
##### ID5 US Endpoints #####
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue