Updated SLO to include bookedAndBookableCDServices

feature/INFOTAIN-30039-create-gen3-slo
Ali Alizadeh (ext.) 2022-08-05 13:37:20 +02:00
parent 44ccdfb1db
commit 072e6038c0
1 changed files with 6 additions and 4 deletions

View File

@ -13,16 +13,18 @@ module Wirkkette_Connected_Drive_Store_Mobile_Reliability_of_key_requests {
filter = "" filter = ""
#metric expression of the calculation as done in data explorer ui #metric expression of the calculation as done in data explorer ui
(100)-(builtin:service.keyRequest.errors.fivexx.rate:filter(and(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(
~"StoreOfferResourceV6 - am-store - prod~", ~"StoreOfferResourceV6 - am-store - prod~",
~"StoreResourceV4 - am-store - prod~" ~"StoreResourceV4 - am-store - prod~",
~"CdStoreOfferResource - am-store - prod~"
) )
) )
,entityName.in( ,entityName.in(
~"getOffersAndPortfolio~" ~"getOffersAndPortfolio~",
)")))):splitBy()) ~"bookedAndBookableCDServices~"
)"))))):splitBy())
EOT EOT