Compare commits
19 Commits
2104
...
feature/fe
| Author | SHA1 | Date |
|---|---|---|
|
|
2986454c34 | |
|
|
13440bf3cf | |
|
|
4c03bfed3b | |
|
|
3ae4ec34c5 | |
|
|
de168ead98 | |
|
|
5b93343d70 | |
|
|
866deafb3d | |
|
|
21f49b9f4b | |
|
|
c2438d2a94 | |
|
|
53eb49bbd3 | |
|
|
f2130937d6 | |
|
|
375ed56cdc | |
|
|
86adf4d075 | |
|
|
63cb742f22 | |
|
|
c8f591ee75 | |
|
|
6771af7209 | |
|
|
8efe9e95ae | |
|
|
b7d9122e45 | |
|
|
e74b853cc5 |
|
|
@ -0,0 +1,69 @@
|
|||
config:
|
||||
- AppStore-EMEA-Prod: slo.json
|
||||
- Connav-EMEA-Prod: slo.json
|
||||
- CountryInfo-EMEA-Prod: slo.json
|
||||
- News-EMEA-Prod: slo.json
|
||||
- Office2-EMEA-Prod: slo.json
|
||||
- AppStore-US-Prod: slo.json
|
||||
- Connav-US-Prod: slo.json
|
||||
- News-US-Prod: slo.json
|
||||
|
||||
##### GEN2 EMEA SLOs #####
|
||||
|
||||
AppStore-EMEA-Prod:
|
||||
- name: "Gen2 SLO App Store"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-33C75D7B554EB498\\\",\\\"SERVICE_METHOD-ADAF1C4F58C2C719\\\",\\\"SERVICE_METHOD-05E895E75BA373CA\\\")"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
Connav-EMEA-Prod:
|
||||
- name: "Gen2 SLO Connav"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-595D9E72E88F488D\\\",\\\"SERVICE_METHOD-B372CC428374271C\\\",\\\"SERVICE_METHOD-6EF697B52243B96E\\\",\\\"SERVICE_METHOD-C783C330C74A9DBF\\\",\\\"SERVICE_METHOD-F8552EB30D4F9342\\\")"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
CountryInfo-EMEA-Prod:
|
||||
- name: "Gen2 SLO CountryInfo"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-BE70D287FF139CA3\\\",\\\"SERVICE_METHOD-0F7CEC4A29143A61\\\",\\\"SERVICE_METHOD-D286CA9227415F1F\\\")"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
News-EMEA-Prod:
|
||||
- name: "Gen2 SLO News"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-495553A1135EA52C\\\",\\\"SERVICE_METHOD-765AF6F3F590F6CA\\\",\\\"SERVICE_METHOD-7C1E913203581224\\\",\\\"SERVICE_METHOD-5A9F82D1E32A8BC0\\\",\\\"SERVICE_METHOD-B35CCCA88399E7D6\\\",\\\"SERVICE_METHOD-AE40E0C1CD79A398\\\",\\\"SERVICE_METHOD-8AC583CDC0C4CD8D\\\")"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
Office2-EMEA-Prod:
|
||||
- name: "Gen2 SLO Office2"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-A3E4C0D7A17266D3\\\",\\\"SERVICE_METHOD-9AC1B0447C77233D\\\",\\\"SERVICE_METHOD-43B288107FD7B6AA\\\",\\\"SERVICE_METHOD-455932E06E417419\\\",\\\"SERVICE_METHOD-5AE2BEB332229070\\\",\\\"SERVICE_METHOD-4A294FB3BDDC7B4F\\\",\\\"SERVICE_METHOD-C99510D5A80654C7\\\",\\\"SERVICE_METHOD-D25FA9647D6FE3E4\\\",\\\"SERVICE_METHOD-45CAC9C25D298AC9\\\",\\\"SERVICE_METHOD-7931B62635FB8D01\\\",\\\"SERVICE_METHOD-10B4DC1FBE78DADF\\\",\\\"SERVICE_METHOD-72DD4981D8DE8475\\\",\\\"SERVICE_METHOD-9F9D5EC4F3211E76\\\")"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
##### GEN2 US SLOs #####
|
||||
|
||||
AppStore-US-Prod:
|
||||
- name: "Gen2 SLO App Store"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-A8C1FEDDB68342EA\\\",\\\"SERVICE_METHOD-19AD22CCA4D73769\\\")"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
Connav-US-Prod:
|
||||
- name: "Gen2 SLO Connav"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-AAC493DDD5E2D03A\\\",\\\"SERVICE_METHOD-752235E6C9ECB4C5\\\",\\\"SERVICE_METHOD-BBDD3009A6A07433\\\",\\\"SERVICE_METHOD-69C0A84F0F719530\\\",\\\"SERVICE_METHOD-64FADDCD9522BB57\\\")"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
News-US-Prod:
|
||||
- name: "Gen2 SLO News"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-5F229A79E0B361EA\\\",\\\"SERVICE_METHOD-07E282426B0F85B3\\\")"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
|
@ -0,0 +1,121 @@
|
|||
config:
|
||||
- NbtCountryInfo-EMEA-Prod: slo.json
|
||||
- NbtNews-EMEA-Prod: slo.json
|
||||
- NbtOffice2-EMEA-Prod: slo.json
|
||||
- NbtSpm-EMEA-Prod: slo.json
|
||||
- NbtWeather-EMEA-Prod: slo.json
|
||||
- NbtAppStore-EMEA-Prod: slo.json
|
||||
- NbtNews-US-Prod: slo.json
|
||||
- NbtOffice2-US-Prod: slo.json
|
||||
- NbtWeather-US-Prod: slo.json
|
||||
- NbtAppStore-US-Prod: slo.json
|
||||
- NbtChargingStation-US-Prod: slo.json
|
||||
- Connnav-US-PROD: slo.json
|
||||
- News-US-Prod: slo.json
|
||||
- NbtWeather-CN-Prod: slo.json
|
||||
- NbtAppStore-CN-Prod: slo.json
|
||||
|
||||
|
||||
##### EMEA Services #####
|
||||
|
||||
NbtCountryInfo-EMEA-Prod:
|
||||
- name: "GEN3 NBT Country Info"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-7CA94A83D6A776A0\\\",\\\"SERVICE_METHOD-AEEC1A7CCCE367F0\\\",\\\"SERVICE_METHOD-689CFC128DF2C0FD\\\",\\\"SERVICE_METHOD-29BA6BA64D19BB74\\\",\\\"SERVICE_METHOD-A5BFD2196C1D5654\\\",\\\"SERVICE_METHOD-EBFB2FB37D77DADC\\\",\\\"SERVICE_METHOD-3EC450BF6A86E195\\\",\\\"SERVICE_METHOD-9459E79F776688A2\\\",\\\"SERVICE_METHOD-89CEE23EBB4DACDF\\\",\\\"SERVICE_METHOD-74222C0360BCD8F2\\\")"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
NbtNews-EMEA-Prod:
|
||||
- name: "GEN3 NBT News"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-B4EE178DD332469E\\\",\\\"SERVICE_METHOD-6525E9B04CC0C303\\\",\\\"SERVICE_METHOD-C6961FD437EA1363\\\",\\\"SERVICE_METHOD-A79A43578D7EFA37\\\",\\\"SERVICE_METHOD-5FF4DF3D4EBA4FCB\\\",\\\"SERVICE_METHOD-DB00BAC77FB865BF\\\",\\\"SERVICE_METHOD-E4B9DED995D57099\\\",\\\"SERVICE_METHOD-CC69CEC6CABC866C\\\",\\\"SERVICE_METHOD-1A66D056BB9F254B\\\")"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
NbtOffice2-EMEA-Prod:
|
||||
- name: "GEN3 NBT Office2"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-5253559030533AC6\\\",\\\"SERVICE_METHOD-4DF80C29C831BB20\\\",\\\"SERVICE_METHOD-C364E4668EF33093\\\",\\\"SERVICE_METHOD-4A1F85C319D93E46\\\",\\\"SERVICE_METHOD-91B0C66AF494AAF7\\\",\\\"SERVICE_METHOD-D7FF339697341B99\\\",\\\"SERVICE_METHOD-B75AA7793F26B2BC\\\",\\\"SERVICE_METHOD-997E5B60D0154568\\\")"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
NbtSpm-EMEA-Prod:
|
||||
- name: "GEN3 NBT SPM"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-5CD1AAB3EB45729C\\\",\\\"SERVICE_METHOD-72BD377B3C65E53B\\\",\\\"SERVICE_METHOD-DAA1B29303DCAF70\\\",\\\"SERVICE_METHOD-E8E252BCBA595A10\\\",\\\"SERVICE_METHOD-DD65C3654927536D\\\",\\\"SERVICE_METHOD-E4F0258E9025AAC3\\\",\\\"SERVICE_METHOD-5C6C9D32C0203BA0\\\",\\\"SERVICE_METHOD-5B7A86EFF8C17426\\\",\\\"SERVICE_METHOD-DDD0820CAF070D47\\\")"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
NbtWeather-EMEA-Prod:
|
||||
- name: "GEN3 NBT Weather"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-7201052C7CC77516\\\",\\\"SERVICE_METHOD-75024F2683966E65\\\",\\\"SERVICE_METHOD-16DADDA569241C7B\\\",\\\"SERVICE_METHOD-A60D388452DEDFE5\\\",\\\"SERVICE_METHOD-F4DC610D8D26185E\\\",\\\"SERVICE_METHOD-E03A9E539B2917DF\\\",\\\"SERVICE_METHOD-EE6F0FF6EA45690E\\\",\\\"SERVICE_METHOD-46F10E241117BE3D\\\",\\\"SERVICE_METHOD-7A3AEF94E0C82833\\\",\\\"SERVICE_METHOD-2C74F59096668AF3\\\",\\\"SERVICE_METHOD-100037418F1EC42D\\\",\\\"SERVICE_METHOD-4D9B77E07AE8D03F\\\")"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
NbtAppStore-EMEA-Prod:
|
||||
- name: "GEN3 NBT AppStore"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-C522D0C3ACE9DA9C\\\",\\\"SERVICE_METHOD-F5594D220F527ECD\\\",\\\"SERVICE_METHOD-E8F62702DFBFF791\\\",\\\"SERVICE_METHOD-2F533A5B14784A2A\\\",\\\"SERVICE_METHOD-827BEDB7DC7378F2\\\",\\\"SERVICE_METHOD-8D32B15D6F7AE3D0\\\",\\\"SERVICE_METHOD-A22AAAD6E6E00727\\\",\\\"SERVICE_METHOD-A993D684980E7DBE\\\",\\\"SERVICE_METHOD-18E1B0276F33A170\\\",\\\"SERVICE_METHOD-A7FD16488680271A\\\",\\\"SERVICE_METHOD-AD2F7575EB7F73B0\\\",\\\"SERVICE_METHOD-876B0DD7795198C7\\\",\\\"SERVICE_METHOD-A2C62142C3D19879\\\",\\\"SERVICE_METHOD-E49278AF3546A637\\\",\\\"SERVICE_METHOD-5C68EB2E291F1399\\\",\\\"SERVICE_METHOD-2344843B2C5D2096\\\")"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
##### GEN3 US Endpoints #####
|
||||
|
||||
NbtNews-US-Prod:
|
||||
- name: "GEN3 NBT News"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-7D8D230CB05BDC7D\\\",\\\"SERVICE_METHOD-2F8854A3DCF6FEC4\\\",\\\"SERVICE_METHOD-73529B48D7AB8646\\\",\\\"SERVICE_METHOD-CC97FDD1038EF5CB\\\",\\\"SERVICE_METHOD-3C35A4F1F616D7D4\\\",\\\"SERVICE_METHOD-534CA41E52C97276\\\",\\\"SERVICE_METHOD-8DAE682681A16118\\\",\\\"SERVICE_METHOD-2A0C173AA85DF01F\\\")"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
NbtOffice2-US-Prod:
|
||||
- name: "GEN3 NBT Office2"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-399FE07E4DE866A0\\\",\\\"SERVICE_METHOD-64D5132289B02CFB\\\",\\\"SERVICE_METHOD-F971EFCC7E5850BA\\\",\\\"SERVICE_METHOD-35F4FB285CAAFEF4\\\")"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
NbtWeather-US-Prod:
|
||||
- name: "GEN3 NBT Weather"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-95422E28F22F90D7\\\",\\\"SERVICE_METHOD-9F20A1AF49B95210\\\",\\\"SERVICE_METHOD-0119457F1DEA89DB\\\",\\\"SERVICE_METHOD-DBDE937CC0CF5ADB\\\",\\\"SERVICE_METHOD-C1C152060CFD7356\\\",\\\"SERVICE_METHOD-636A167A3E23E939\\\",\\\"SERVICE_METHOD-AF3A0B2E7F43FAE4\\\",\\\"SERVICE_METHOD-0EC7670FD4B9369F\\\",\\\"SERVICE_METHOD-11FF841552401CEA\\\")"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
NbtAppStore-US-Prod:
|
||||
- name: "GEN3 NBT AppStore"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-72E34713BDD5026C\\\",\\\"SERVICE_METHOD-936E2A7E9FAA9487\\\",\\\"SERVICE_METHOD-B9EB90C976932C4B\\\",\\\"SERVICE_METHOD-793B3E5A26D8B5F9\\\",\\\"SERVICE_METHOD-2382A8DF03ADDDCC\\\",\\\"SERVICE_METHOD-E6B74614534C0FE7\\\",\\\"SERVICE_METHOD-E1D64DEABAC85797\\\",\\\"SERVICE_METHOD-A747447EA5EDC387\\\",\\\"SERVICE_METHOD-2B19FFC8030B736B\\\",\\\"SERVICE_METHOD-448823DDA4294D08\\\",\\\"SERVICE_METHOD-84F9F42FDC2124F5\\\",\\\"SERVICE_METHOD-985D8088A2235C00\\\",\\\"SERVICE_METHOD-017E31699E0A7B67\\\",\\\"SERVICE_METHOD-92468CA2F3A3F0E4\\\",\\\"SERVICE_METHOD-5477D42DABE10F7A\\\",\\\"SERVICE_METHOD-BE710A0C6177AB10\\\")"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
NbtChargingStation-US-Prod:
|
||||
- name: "GEN3 NBT Charging Station"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-xx\\\",\\\"SERVICE_METHOD-xx\\\",\\\"SERVICE_METHOD-E8F62702DFBFF791\\\",\\\"SERVICE_METHOD-2F533A5B14784A2A\\\",\\\"SERVICE_METHOD-827BEDB7DC7378F2\\\",\\\"SERVICE_METHOD-8D32B15D6F7AE3D0\\\",\\\"SERVICE_METHOD-A22AAAD6E6E00727\\\",\\\"SERVICE_METHOD-A993D684980E7DBE\\\",\\\"SERVICE_METHOD-18E1B0276F33A170\\\",\\\"SERVICE_METHOD-A7FD16488680271A\\\",\\\"SERVICE_METHOD-AD2F7575EB7F73B0\\\",\\\"SERVICE_METHOD-876B0DD7795198C7\\\",\\\"SERVICE_METHOD-A2C62142C3D19879\\\",\\\"SERVICE_METHOD-E49278AF3546A637\\\",\\\"SERVICE_METHOD-5C68EB2E291F1399\\\",\\\"SERVICE_METHOD-2344843B2C5D2096\\\")"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
Connnav-US-PROD:
|
||||
- name: "GEN3 Connected Navigation"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-AAC493DDD5E2D03A\\\",\\\"SERVICE_METHOD-752235E6C9ECB4C5\\\",\\\"SERVICE_METHOD-BBDD3009A6A07433\\\",\\\"SERVICE_METHOD-64FADDCD9522BB57\\\",\\\"SERVICE_METHOD-69C0A84F0F719530\\\")"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
##### GEN3 CN Endpoints #####
|
||||
|
||||
NbtWeather-CN-Prod:
|
||||
- name: "GEN3 NBT Weather"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-5CC45EDA00968C24\\\")"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
NbtAppStore-CN-Prod:
|
||||
- name: "GEN3 NBT AppStore"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-7B47E8672B8BB2A5\\\",\\\"SERVICE_METHOD-1A33465E4C079904\\\",\\\"SERVICE_METHOD-025220B39CF7BD7E\\\",\\\"SERVICE_METHOD-2A93A578AA1AE8E5\\\",\\\"SERVICE_METHOD-10D601D07EA99A8E\\\",\\\"SERVICE_METHOD-C8D58B0534679C5D\\\",\\\"SERVICE_METHOD-E7819E7BB22D1B87\\\",\\\"SERVICE_METHOD-9585253EA8AF4432\\\",\\\"SERVICE_METHOD-C903E343367B9048\\\",\\\"SERVICE_METHOD-4F00E5473B8C18F8\\\",\\\"SERVICE_METHOD-A794C532712AF458\\\",\\\"SERVICE_METHOD-07F94BDBB88A5A32\\\")"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
|
@ -0,0 +1,115 @@
|
|||
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
|
||||
|
||||
##### 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 #####
|
||||
|
||||
FuelPricesServiceV1-US-Prod:
|
||||
- name: "ID5 FuelPricesServiceV1 - information"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-F5DB8937B187F13C\\\",\\\"SERVICE_METHOD-0C1355EF9BB02FCE\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName(~"FuelPricesServiceV1 - information~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
LocalSearchServiceV1-US-Prod:
|
||||
- name: "ID5 LocalSearchServiceV1 - information"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-F62A23D744A40063\\\",\\\"SERVICE_METHOD-57BE173B5DD2F5B8\\\",\\\"SERVICE_METHOD-759316E38A846ECD\\\",\\\"SERVICE_METHOD-8BB459B347AA928B\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName(~"LocalSearchServiceV1 - information~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
ParkinfoServiceV1-US-Prod:
|
||||
- name: "ID5 ParkinfoServiceV1 - information"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-E281F9BA48E4ED94\\\",\\\"SERVICE_METHOD-653EF5D37D8D52D3\\\",\\\"SERVICE_METHOD-DFA8E48C300E01E5\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName(~"ParkinfoServiceV1 - information~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
SessionServiceV1-US-Prod:
|
||||
- name: "ID5 SessionServiceV1 - information"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-7EBC8FB59829E4C7\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName(~"SessionServiceV1 - information~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
SPMServiceV1-US-Prod:
|
||||
- name: "ID5 SPMServiceV1 - information"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-F4CCAE26EE2F024F\\\",\\\"SERVICE_METHOD-3C32DF641CCDBE53\\\",\\\"SERVICE_METHOD-D88DE75DDBB328E1\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName(~"SPMServiceV1 - information~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
##### ID5 CN Endpoints #####
|
||||
|
||||
SessionServiceV1-CN-Prod:
|
||||
- name: "ID5 SessionServiceV1 - information"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-9D3D66F47BE67DFD\\\",\\\"SERVICE_METHOD-283514EBB5AD1B13\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName.equals(~"SessionServiceV1 - information~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
LocalSearchServiceV1-CN-Prod:
|
||||
- name: "ID5 LocalSearchServiceV1 - information"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-F16C0C3362AB7402\\\",\\\"SERVICE_METHOD-9221F15BB314B3F7\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName.equals(~"LocalSearchServiceV1 - information~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
|
@ -0,0 +1,97 @@
|
|||
config:
|
||||
- DealerResource-EMEA-Prod: slo.json
|
||||
- ServicePartnerResource-EMEA-Prod: slo.json
|
||||
- VehicleImageResource-EMEA-Prod: slo.json
|
||||
- VehicleServiceResource-EMEA-Prod: slo.json
|
||||
- VehicleSpecsResource-EMEA-Prod: slo.json
|
||||
- VehicleStaticResource-EMEA-Prod: slo.json
|
||||
- SendToCarResource-EMEA-Prod: slo.json
|
||||
- ServicePartnerResource-US-Prod: slo.json
|
||||
- VehicleImageResource-US-Prod: slo.json
|
||||
- SendToCarResource-CN-Prod: slo.json
|
||||
|
||||
##### CDR EMEA Endpoints #####
|
||||
|
||||
DealerResource-EMEA-Prod:
|
||||
- name: "CDR DealerResource"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-62921B53B24D76D1\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName(~"DealerResource~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
ServicePartnerResource-EMEA-Prod:
|
||||
- name: "CDR ServicePartnerResource"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-48FB02A3C4011025\\\",\\\"SERVICE_METHOD-3B71EE7C8C8BBCB8\\\",\\\"SERVICE_METHOD-C408DBC722D4A72F\\\",\\\"SERVICE_METHOD-6FC510D6EFBCC111\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName(~"ServicePartnerResource~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
VehicleImageResource-EMEA-Prod:
|
||||
- name: "CDR VehicleImageResource"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-4A46F5D274CD2B39\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName(~"VehicleImageResource~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
VehicleServiceResource-EMEA-Prod:
|
||||
- name: "CDR VehicleServiceResource"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-335C36EAF37F1078\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName(~"VehicleServiceResource~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
VehicleSpecsResource-EMEA-Prod:
|
||||
- name: "CDR VehicleSpecsResource"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-C3E8E52828B27091\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName(~"VehicleSpecsResource~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
VehicleStaticResource-EMEA-Prod:
|
||||
- name: "CDR VehicleStaticResource"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-994468D6D580D86C\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName(~"VehicleStaticResource~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
SendToCarResource-EMEA-Prod:
|
||||
- name: "CDR SendToCarResource"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-3DF6F8A6BD61FB00\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName(~"SendToCarResource~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
##### CDR US Endpoints #####
|
||||
|
||||
ServicePartnerResource-US-Prod:
|
||||
- name: "CDR ServicePartnerResource"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-AC4B749AE10B78D5\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName(~"ServicePartnerResource - information~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
VehicleImageResource-US-Prod:
|
||||
- name: "CDR VehicleImageResource"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-4ACA8491E8B2B808\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName.equals(~"VehicleImageResource - information~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
##### CDR CN Endpoints #####
|
||||
|
||||
SendToCarResource-CN-Prod:
|
||||
- name: "CDR SendToCarResource"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-603793FB7573F729\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName(~"SendToCarResource~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
|
@ -0,0 +1,103 @@
|
|||
config:
|
||||
- EmailAccountResourceV2-EMEA-Prod: slo.json
|
||||
- EmailProvidersResource-EMEA-Prod: slo.json
|
||||
- EmailResource-EMEA-Prod: slo.json
|
||||
- EmailTemplateResource-EMEA-Prod: slo.json
|
||||
- OfficeServiceV1-EMEA-Prod: slo.json
|
||||
- PrivacyEmailAccountResource-EMEA-Prod: slo.json
|
||||
- PrivacyEmailTemplateResource-EMEA-Prod: slo.json
|
||||
- EmailAccountResourceV2-US-Prod: slo.json
|
||||
- EmailProvidersResource-US-Prod: slo.json
|
||||
- EmailResource-US-Prod: slo.json
|
||||
- EmailTemplateResource-US-Prod: slo.json
|
||||
|
||||
##### EML EMEA Endpoints #####
|
||||
|
||||
EmailAccountResourceV2-EMEA-Prod:
|
||||
- name: "EML EmailAccountResourceV2 - vcis-information - prod"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-CF597DBE73870289\\\",\\\"SERVICE_METHOD-CD5E4D4BE83B0B4F\\\",\\\"SERVICE_METHOD-0828B480B4D2F41A\\\",\\\"SERVICE_METHOD-A764897645633E41\\\",\\\"SERVICE_METHOD-CA1A4B3CC0AAF7F7\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName.equals(~"EmailAccountResourceV2 - vcis-information - prod~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
EmailProvidersResource-EMEA-Prod:
|
||||
- name: "EML EmailProvidersResource"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-44E2EDF78C72BD0A\\\",\\\"SERVICE_METHOD-20E80AA52B138E52\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName.equals(~"EmailProvidersResource - vcis-information - prod~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
EmailResource-EMEA-Prod:
|
||||
- name: "EML EmailResource"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName(~"emailresource~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
EmailTemplateResource-EMEA-Prod:
|
||||
- name: "EML EmailTemplateResource"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-4E7FFD9BC4A68F86\\\"),\\\"SERVICE_METHOD-22C61D6091896728\\\",\\\"SERVICE_METHOD-490023E2AC67B814\\\",\\\"SERVICE_METHOD-DC372D2A3848E315\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName.equals(~"EmailTemplateResource - vcis-information - prod~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
OfficeServiceV1-EMEA-Prod:
|
||||
- name: "EML OfficeServiceV1"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-994BA32B9664C5E2\\\"),\\\"SERVICE_METHOD-A69693A212BFD352\\\",\\\"SERVICE_METHOD-802B3460CAE269F8\\\",\\\"SERVICE_METHOD-5B7D9C22473AB4DA\\\",\\\"SERVICE_METHOD-059B72600239E813\\\",\\\"SERVICE_METHOD-2AA9D684F303D5D6\\\",\\\"SERVICE_METHOD-9313A8A0595094F8\\\",\\\"SERVICE_METHOD-BC10978D4730F919\\\",\\\"SERVICE_METHOD-45231F8B576A44D4\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName.equals(~"OfficeServiceV1 - vcis-information - prod~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
PrivacyEmailAccountResource-EMEA-Prod:
|
||||
- name: "EML PrivacyEmailAccountResource - vcis-information - prod"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-54B562F305C784B4\\\",\\\"SERVICE_METHOD-4D86EABD6FEE90A8\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName.equals(~"PrivacyEmailAccountResource - vcis-information - prod~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
PrivacyEmailTemplateResource-EMEA-Prod:
|
||||
- name: "EML PrivacyEmailTemplateResource - vcis-information - prod"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-E1986BAC785432E7\\\",\\\"SERVICE_METHOD-F498CAAEC15BFD22\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName.equals(~"PrivacyEmailTemplateResource - vcis-information - prod~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
##### EML US Endpoints #####
|
||||
|
||||
EmailAccountResourceV2-US-Prod:
|
||||
- name: "EML EmailAccountResourceV2 - information"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-58B2027B3208CB92\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName.equals(~"EmailAccountResourceV2 - information~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
EmailProvidersResource-US-Prod:
|
||||
- name: "EML EmailProvidersResource - information"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-31B0760BFFA69C4A\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName(~"EmailProvidersResource - information~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
EmailResource-US-Prod:
|
||||
- name: "EML EmailResource - information"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-B14C52B9A7C33355\\\",\\\"SERVICE_METHOD-3882D4B253BD5467\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName(~"EmailResource - information~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
EmailTemplateResource-US-Prod:
|
||||
- name: "EML EmailTemplateResource - information"
|
||||
- sloFilter: ""
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName(~"EmailTemplateResource - information~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
|
@ -0,0 +1,61 @@
|
|||
config:
|
||||
- SPMService-EMEA-Prod: slo.json
|
||||
- StoreService-EMEA-Prod: slo.json
|
||||
- SPMService-US-Prod: slo.json
|
||||
- StoreService-US-Prod: slo.json
|
||||
- StoreService-CN-Prod: slo.json
|
||||
- SessionServiceV1-CN-Prod: slo.json
|
||||
|
||||
##### ID7 EMEA Endpoints #####
|
||||
|
||||
SPMService-EMEA-Prod:
|
||||
- name: "ID7 SPMService - information"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-2FDA987B1041891F\\\",\\\"SERVICE_METHOD-7D5F9DA2051C9ABA\\\",\\\"SERVICE_METHOD-80E6B6C131EFEAF3\\\",\\\"SERVICE_METHOD-56C0A6A4E2A7BE7A\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName(~"FuelPricesServiceV1 - information~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
StoreService-EMEA-Prod:
|
||||
- name: "ID7 StoreService - information"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-A8522AEF57B4FF5A\\\",\\\"SERVICE_METHOD-215ABD0AE4F01799\\\",\\\"SERVICE_METHOD-75DC9CAE18079B5D\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName(~"StoreService~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
##### ID7 US Endpoints #####
|
||||
|
||||
SPMService-US-Prod:
|
||||
- name: "ID7 SPMService - information"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-A426EBB55E260278\\\",\\\"SERVICE_METHOD-76BC87BC05395379\\\",\\\"SERVICE_METHOD-F07029C9FFD529F2\\\",\\\"SERVICE_METHOD-E49C0F8E4C1A7549\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName.equals(~"SPMService - information~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
StoreService-US-Prod:
|
||||
- name: "ID7 LocalSearchServiceV1 - information"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-FF2CCB9EF8DAC740\\\",\\\"SERVICE_METHOD-82A2F92ECF383F1F\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName.equals(~"StoreService - information~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
##### ID7 CN Endpoints #####
|
||||
|
||||
StoreService-CN-Prod:
|
||||
- name: "ID7 StoreService - information"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-1F4E2E09B85BBEE8\\\",\\\"SERVICE_METHOD-A08625BF3E311886\\\",\\\"SERVICE_METHOD-A25510AA0B51D108\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName.equals(~"StoreService - information~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
SessionServiceV1-CN-Prod:
|
||||
- name: "ID7 SessionServiceV1 - information"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-E8509371C8E22D9A\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName.equals(~"SessionServiceV1 - information~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
|
@ -0,0 +1,115 @@
|
|||
config:
|
||||
- LinkStoreAdminAppsResource-EMEA-Prod: slo.json
|
||||
- LinkStoreAppsResource-EMEA-Prod: slo.json
|
||||
- LinkStoreImagesResource-EMEA-Prod: slo.json
|
||||
- LinkStoreResetResource-EMEA-Prod: slo.json
|
||||
- LinkStoreSubscriptionsResource-EMEA-Prod: slo.json
|
||||
- LinkStoreAppsResource-US-Prod: slo.json
|
||||
- LinkStoreImagesResource-US-Prod: slo.json
|
||||
- LinkStoreResetResource-US-Prod: slo.json
|
||||
- LinkStoreSubscriptionsResource-US-Prod: slo.json
|
||||
- LinkStoreAppsResource-CN-Prod: slo.json
|
||||
- LinkStoreResetResource-CN-Prod: slo.json
|
||||
- LinkStoreSubscriptionsResource-CN-Prod: slo.json
|
||||
|
||||
##### LIS EMEA Endpoints #####
|
||||
|
||||
LinkStoreAdminAppsResource-EMEA-Prod:
|
||||
- name: "LIS LinkStoreAdminAppsResource"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-9517BC0622EB4690\\\",\\\"SERVICE_METHOD-3E4855E7464E690B\\\",\\\"SERVICE_METHOD-DF6DD19C1456C37A\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName(~"LinkStoreAdminAppsResource~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
LinkStoreAppsResource-EMEA-Prod:
|
||||
- name: "LIS LinkStoreAppsResource"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-A3EF4B713E6BDCAA\\\",\\\"SERVICE_METHOD-86217D19257509F4\\\",\\\"SERVICE_METHOD-7C07C7BE7982D8CB\\\",\\\"SERVICE_METHOD-096934B226F3D001\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName(~"LinkStoreAppsResource~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
LinkStoreImagesResource-EMEA-Prod:
|
||||
- name: "LIS LinkStoreImagesResource"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-21AAAD3AA4413C70\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName(~"LinkStoreImagesResource~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
LinkStoreResetResource-EMEA-Prod:
|
||||
- name: "LIS LinkStoreResetResource"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-C87F32911F3DF0FB\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName(~"LinkStoreResetResource~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
LinkStoreSubscriptionsResource-EMEA-Prod:
|
||||
- name: "LIS LinkStoreSubscriptionsResource"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-0EB24336C93480D2\\\",\\\"SERVICE_METHOD-C6611B1A55994490\\\",\\\"SERVICE_METHOD-A88282C18F8FEFD6\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName(~"LinkStoreSubscriptionsResource~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
##### LIS US Endpoints #####
|
||||
|
||||
LinkStoreAppsResource-US-Prod:
|
||||
- name: "LIS LinkStoreAppsResource - information"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-9B5C67F0AC9039D3\\\",\\\"SERVICE_METHOD-1834F1E3063FD3DE\\\",\\\"SERVICE_METHOD-468B552464E6B6E1\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName.equals(~"LinkStoreAppsResource - information~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
LinkStoreImagesResource-US-Prod:
|
||||
- name: "LIS LinkStoreImagesResource - information"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-63658DB4C020C28F\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName.equals(~"LinkStoreImagesResource - information~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
LinkStoreResetResource-US-Prod:
|
||||
- name: "LIS LinkStoreResetResource - information"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-D3BD7276CB02C14C\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName.equals(~"LinkStoreResetResource - information~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
LinkStoreSubscriptionsResource-US-Prod:
|
||||
- name: "LIS LinkStoreSubscriptionsResource - information"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-1209F637CFE3D402\\\",\\\"SERVICE_METHOD-D137CB92D2AEF9E8\\\",\\\"SERVICE_METHOD-12E99A0CDAED2FB0\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName.equals(~"LinkStoreSubscriptionsResource - information~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
##### LIS CN Endpoints #####
|
||||
|
||||
LinkStoreAppsResource-CN-Prod:
|
||||
- name: "LIS LinkStoreAppsResource - information"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-72EDA4CB7F36858C\\\",\\\"SERVICE_METHOD-0DBAA39A6733AB1D\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName.equals(~"LinkStoreAppsResource - information~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
LinkStoreResetResource-CN-Prod:
|
||||
- name: "LIS LinkStoreResetResource - information"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-2559C17909247909\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName.equals(~"LinkStoreResetResource - information~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
LinkStoreSubscriptionsResource-CN-Prod:
|
||||
- name: "LIS LinkStoreSubscriptionsResource - information"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-49021AC11546CA7D\\\",\\\"SERVICE_METHOD-E3EF664D7A64E12B\\\",\\\"SERVICE_METHOD-79401509BFF3925B\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName.equals(~"LinkStoreSubscriptionsResource - information~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
|
@ -0,0 +1,34 @@
|
|||
config:
|
||||
- ControlMessagesResource-EMEA-Prod: slo.json
|
||||
- ControlMessagesResource-US-Prod: slo.json
|
||||
- ControlMessagesResource-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(~"ControlMessagesResource - vcis-information~")")))):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"
|
||||
|
|
@ -0,0 +1,34 @@
|
|||
config:
|
||||
- VehicleProfileResource-EMEA-Prod: slo.json
|
||||
- VehicleProfileResource-US-Prod: slo.json
|
||||
- VehicleProfileResource-CN-Prod: slo.json
|
||||
|
||||
##### VPS EMEA Endpoints #####
|
||||
|
||||
VehicleProfileResource-EMEA-Prod:
|
||||
- name: "VehicleProfileResource - information"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-23BA5058DCC2FC1F\\\",\\\"SERVICE_METHOD-75BCE535B4C57F1B\\\",\\\"SERVICE_METHOD-976A3A3DEAEBCC16\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName(~"VehicleProfileResource~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
##### VPS US Endpoints #####
|
||||
|
||||
VehicleProfileResource-US-Prod:
|
||||
- name: "VehicleProfileResource - information"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-EEFE4D99E86FB62A\\\",\\\"SERVICE_METHOD-75D3118D6C35FEB2\\\",\\\"SERVICE_METHOD-BD6F13CFB5C58003\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName.equals(~"VehicleProfileResource - information~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
||||
##### VPS CN Endpoints #####
|
||||
|
||||
VehicleProfileResource-CN-Prod:
|
||||
- name: "VPS VehicleProfileResource - information"
|
||||
- sloFilter: "type(SERVICE_METHOD), entityId(\\\"SERVICE_METHOD-EEFE4D99E86FB62A\\\",\\\"SERVICE_METHOD-75D3118D6C35FEB2\\\",\\\"SERVICE_METHOD-BD6F13CFB5C58003\\\")"
|
||||
- metricExpression: "builtin:service.successes.server.rate:filter(and(in("dt.entity.service",entitySelector("type(service),entityName.equals(~"VehicleProfileResource - information~")")))):splitBy():percentile(90):auto:sort(value(percentile(90),descending)):limit(100)"
|
||||
- target: "98"
|
||||
- warning: "99"
|
||||
- skipDeployment: "true"
|
||||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in New Issue