Adjusting SLOs for Remote Services in EMEA and NA
parent
9dae6fd342
commit
7e778f0b1c
|
|
@ -15,19 +15,30 @@ module TP_Mobile_RemoteServices {
|
||||||
(100)-(builtin:service.keyRequest.errors.fivexx.rate:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
(100)-(builtin:service.keyRequest.errors.fivexx.rate:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
fromRelationship.isServiceMethodOfService(
|
fromRelationship.isServiceMethodOfService(
|
||||||
type(~"SERVICE~"),entityName.in(
|
type(~"SERVICE~"),entityName.in(
|
||||||
~"btc-destination-composite-service - PROD~"
|
~"btc-vehicle-remote-commands-composite-service - PROD~"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
,entityName.in(
|
,entityName.in(
|
||||||
~"POST /api/v2/favorites/~",
|
~"POST /api/v2/presentation/remote-commands/<VIN>/door-lock~",
|
||||||
~"POST /api/v3/favorites/~",
|
~"POST /api/v3/presentation/remote-commands/<VIN>/door-lock~",
|
||||||
~"GET /api/v2/favorites/~",
|
~"POST /api/v2/presentation/remote-commands/<VIN>/climate-now~",
|
||||||
~"GET /api/v3/favorites/~",
|
~"POST /api/v3/presentation/remote-commands/<VIN>/climate-now~",
|
||||||
~"GET /api/v1/favorites~",
|
~"POST /api/v2/presentation/remote-commands/<VIN>/door-unlock~",
|
||||||
~"PUT /api/v2/favorites/<favoriteId>~",
|
~"POST /api/v3/presentation/remote-commands/<VIN>/door-unlock~",
|
||||||
~"PUT /api/v3/favorites/<favoriteId>~",
|
~"POST /api/v2/presentation/remote-commands/<VIN>/vehicle-finder~",
|
||||||
~"PUT /api/v2/favorites/homework/1~",
|
~"POST /api/v3/presentation/remote-commands/<VIN>/vehicle-finder~",
|
||||||
~"PUT /api/v2/favorites/homework/2~"
|
~"POST /api/v2/presentation/remote-commands/<VIN>/climate-timer~",
|
||||||
|
~"POST /api/v3/presentation/remote-commands/<VIN>/climate-timer~",
|
||||||
|
~"POST /api/v2/presentation/remote-commands/<VIN>/horn-blow~",
|
||||||
|
~"POST /api/v3/presentation/remote-commands/<VIN>/horn-blow~",
|
||||||
|
~"POST /api/v2/presentation/remote-commands/<VIN>/light-flash~",
|
||||||
|
~"POST /api/v3/presentation/remote-commands/<VIN>/light-flash~",
|
||||||
|
~"GET /api/v1/presentation/remote-history/<VIN>~",
|
||||||
|
~"GET /api/v2/presentation/remote-history/<VIN>~",
|
||||||
|
~"GET /api/v3/presentation/remote-history/<VIN>~",
|
||||||
|
~"POST /api/v2/presentation/remote-commands/<VIN>/charging-profile~",
|
||||||
|
~"POST /api/v2/presentation/remote-commands/eventPosition~",
|
||||||
|
~"POST /api/v3/presentation/remote-commands/eventPosition~"
|
||||||
)"))))):splitBy())
|
)"))))):splitBy())
|
||||||
|
|
||||||
EOT
|
EOT
|
||||||
|
|
|
||||||
|
|
@ -18,19 +18,30 @@ module Wirkkette__Remote_Services__-_Reliability_of_key_requests {
|
||||||
(100)-(builtin:service.keyRequest.errors.fivexx.rate:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
(100)-(builtin:service.keyRequest.errors.fivexx.rate:filter(and(or(in("dt.entity.service_method",entitySelector("type(service_method),
|
||||||
fromRelationship.isServiceMethodOfService(
|
fromRelationship.isServiceMethodOfService(
|
||||||
type(~"SERVICE~"),entityName.in(
|
type(~"SERVICE~"),entityName.in(
|
||||||
~"btc-destination-composite-service - PROD~"
|
~"btc-vehicle-remote-commands-composite-service - PROD~"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
,entityName.in(
|
,entityName.in(
|
||||||
~"POST /api/v2/favorites/~",
|
~"POST /api/v2/presentation/remote-commands/<VIN>/door-lock~",
|
||||||
~"POST /api/v3/favorites/~",
|
~"POST /api/v3/presentation/remote-commands/<VIN>/door-lock~",
|
||||||
~"GET /api/v2/favorites/~",
|
~"POST /api/v2/presentation/remote-commands/<VIN>/climate-now~",
|
||||||
~"GET /api/v3/favorites/~",
|
~"POST /api/v3/presentation/remote-commands/<VIN>/climate-now~",
|
||||||
~"GET /api/v1/favorites~",
|
~"POST /api/v2/presentation/remote-commands/<VIN>/door-unlock~",
|
||||||
~"PUT /api/v2/favorites/<favoriteId>~",
|
~"POST /api/v3/presentation/remote-commands/<VIN>/door-unlock~",
|
||||||
~"PUT /api/v3/favorites/<favoriteId>~",
|
~"POST /api/v2/presentation/remote-commands/<VIN>/vehicle-finder~",
|
||||||
~"PUT /api/v2/favorites/homework/1~",
|
~"POST /api/v3/presentation/remote-commands/<VIN>/vehicle-finder~",
|
||||||
~"PUT /api/v2/favorites/homework/2~"
|
~"POST /api/v2/presentation/remote-commands/<VIN>/climate-timer~",
|
||||||
|
~"POST /api/v3/presentation/remote-commands/<VIN>/climate-timer~",
|
||||||
|
~"POST /api/v2/presentation/remote-commands/<VIN>/horn-blow~",
|
||||||
|
~"POST /api/v3/presentation/remote-commands/<VIN>/horn-blow~",
|
||||||
|
~"POST /api/v2/presentation/remote-commands/<VIN>/light-flash~",
|
||||||
|
~"POST /api/v3/presentation/remote-commands/<VIN>/light-flash~",
|
||||||
|
~"GET /api/v1/presentation/remote-history/<VIN>~",
|
||||||
|
~"GET /api/v2/presentation/remote-history/<VIN>~",
|
||||||
|
~"GET /api/v3/presentation/remote-history/<VIN>~",
|
||||||
|
~"POST /api/v2/presentation/remote-commands/<VIN>/charging-profile~",
|
||||||
|
~"POST /api/v2/presentation/remote-commands/eventPosition~",
|
||||||
|
~"POST /api/v3/presentation/remote-commands/eventPosition~"
|
||||||
)"))))):splitBy())
|
)"))))):splitBy())
|
||||||
|
|
||||||
EOT
|
EOT
|
||||||
|
|
|
||||||
|
|
@ -20,18 +20,25 @@ module TP_Mobile_RemoteServices {
|
||||||
)
|
)
|
||||||
,entityName.in(
|
,entityName.in(
|
||||||
~"POST /api/v2/presentation/remote-commands/<VIN>/door-lock~",
|
~"POST /api/v2/presentation/remote-commands/<VIN>/door-lock~",
|
||||||
|
~"POST /api/v3/presentation/remote-commands/<VIN>/door-lock~",
|
||||||
~"POST /api/v2/presentation/remote-commands/<VIN>/door-unlock~",
|
~"POST /api/v2/presentation/remote-commands/<VIN>/door-unlock~",
|
||||||
|
~"POST /api/v3/presentation/remote-commands/<VIN>/door-unlock~",
|
||||||
~"POST /api/v2/presentation/remote-commands/<VIN>/climate-now~",
|
~"POST /api/v2/presentation/remote-commands/<VIN>/climate-now~",
|
||||||
|
~"POST /api/v3/presentation/remote-commands/<VIN>/climate-now~",
|
||||||
~"POST /api/v2/presentation/remote-commands/<VIN>/vehicle-finder~",
|
~"POST /api/v2/presentation/remote-commands/<VIN>/vehicle-finder~",
|
||||||
|
~"POST /api/v3/presentation/remote-commands/<VIN>/vehicle-finder~",
|
||||||
~"POST /api/v2/presentation/remote-commands/<VIN>/climate-timer~",
|
~"POST /api/v2/presentation/remote-commands/<VIN>/climate-timer~",
|
||||||
|
~"POST /api/v3/presentation/remote-commands/<VIN>/climate-timer~",
|
||||||
~"POST /api/v2/presentation/remote-commands/<VIN>/light-flash~",
|
~"POST /api/v2/presentation/remote-commands/<VIN>/light-flash~",
|
||||||
|
~"POST /api/v3/presentation/remote-commands/<VIN>/light-flash~",
|
||||||
~"POST /api/v3/presentation/remote-commands/<VIN>/horn-blow~",
|
~"POST /api/v3/presentation/remote-commands/<VIN>/horn-blow~",
|
||||||
~"POST /api/v2/presentation/remote-commands/<VIN>/horn-blow~",
|
~"POST /api/v2/presentation/remote-commands/<VIN>/horn-blow~",
|
||||||
~"POST /api/v2/presentation/remote-commands/<VIN>/charging-profile~",
|
~"POST /api/v2/presentation/remote-commands/<VIN>/charging-profile~",
|
||||||
~"POST /api/v2/presentation/remote-commands/eventPosition~",
|
~"POST /api/v2/presentation/remote-commands/eventPosition~",
|
||||||
|
~"POST /api/v3/presentation/remote-commands/eventPosition~",
|
||||||
~"GET /api/v1/presentation/remote-history/<VIN>~",
|
~"GET /api/v1/presentation/remote-history/<VIN>~",
|
||||||
~"GET /api/v2/presentation/remote-history/<VIN>~",
|
~"GET /api/v2/presentation/remote-history/<VIN>~",
|
||||||
~"POST /api/v2/presentation/remote-commands/eventStatus~"
|
~"GET /api/v3/presentation/remote-history/<VIN>~"
|
||||||
)"))))):splitBy())
|
)"))))):splitBy())
|
||||||
|
|
||||||
EOT
|
EOT
|
||||||
|
|
|
||||||
|
|
@ -23,18 +23,25 @@ module Wirkkette__Remote_Services__-_Reliability_of_key_requests {
|
||||||
)
|
)
|
||||||
,entityName.in(
|
,entityName.in(
|
||||||
~"POST /api/v2/presentation/remote-commands/<VIN>/door-lock~",
|
~"POST /api/v2/presentation/remote-commands/<VIN>/door-lock~",
|
||||||
|
~"POST /api/v3/presentation/remote-commands/<VIN>/door-lock~",
|
||||||
~"POST /api/v2/presentation/remote-commands/<VIN>/door-unlock~",
|
~"POST /api/v2/presentation/remote-commands/<VIN>/door-unlock~",
|
||||||
|
~"POST /api/v3/presentation/remote-commands/<VIN>/door-unlock~",
|
||||||
~"POST /api/v2/presentation/remote-commands/<VIN>/climate-now~",
|
~"POST /api/v2/presentation/remote-commands/<VIN>/climate-now~",
|
||||||
|
~"POST /api/v3/presentation/remote-commands/<VIN>/climate-now~",
|
||||||
~"POST /api/v2/presentation/remote-commands/<VIN>/vehicle-finder~",
|
~"POST /api/v2/presentation/remote-commands/<VIN>/vehicle-finder~",
|
||||||
|
~"POST /api/v3/presentation/remote-commands/<VIN>/vehicle-finder~",
|
||||||
~"POST /api/v2/presentation/remote-commands/<VIN>/climate-timer~",
|
~"POST /api/v2/presentation/remote-commands/<VIN>/climate-timer~",
|
||||||
|
~"POST /api/v3/presentation/remote-commands/<VIN>/climate-timer~",
|
||||||
~"POST /api/v2/presentation/remote-commands/<VIN>/light-flash~",
|
~"POST /api/v2/presentation/remote-commands/<VIN>/light-flash~",
|
||||||
|
~"POST /api/v3/presentation/remote-commands/<VIN>/light-flash~",
|
||||||
~"POST /api/v3/presentation/remote-commands/<VIN>/horn-blow~",
|
~"POST /api/v3/presentation/remote-commands/<VIN>/horn-blow~",
|
||||||
~"POST /api/v2/presentation/remote-commands/<VIN>/horn-blow~",
|
~"POST /api/v2/presentation/remote-commands/<VIN>/horn-blow~",
|
||||||
~"POST /api/v2/presentation/remote-commands/<VIN>/charging-profile~",
|
~"POST /api/v2/presentation/remote-commands/<VIN>/charging-profile~",
|
||||||
~"POST /api/v2/presentation/remote-commands/eventPosition~",
|
~"POST /api/v2/presentation/remote-commands/eventPosition~",
|
||||||
|
~"POST /api/v3/presentation/remote-commands/eventPosition~",
|
||||||
~"GET /api/v1/presentation/remote-history/<VIN>~",
|
~"GET /api/v1/presentation/remote-history/<VIN>~",
|
||||||
~"GET /api/v2/presentation/remote-history/<VIN>~",
|
~"GET /api/v2/presentation/remote-history/<VIN>~",
|
||||||
~"POST /api/v2/presentation/remote-commands/eventStatus~"
|
~"GET /api/v3/presentation/remote-history/<VIN>~"
|
||||||
)"))))):splitBy())
|
)"))))):splitBy())
|
||||||
|
|
||||||
EOT
|
EOT
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue