Making Mobile include bookedAndBookableServices

feature/INFOTAIN-30039-create-gen3-slo
Ali Alizadeh (ext.) 2022-08-05 13:35:24 +02:00
parent d0c9b7afd6
commit 974474e9e7
1 changed files with 6 additions and 4 deletions

View File

@ -14,16 +14,18 @@ module Wirkkette_Connected_Drive_Store_Mobile_Reliability_of_key_requests {
#metric expression of the calculation as done in data explorer ui
metric_expression = <<-EOT
(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(
type(~"SERVICE~"),entityName.in(
~"StoreOfferResourceV6 - am-store - prod~",
~"StoreResourceV4 - am-store - prod~"
~"StoreResourceV4 - am-store - prod~",
~"CdStoreOfferResource - am-store - prod~"
)
)
,entityName.in(
~"getOffersAndPortfolio~"
)")))):splitBy())
~"getOffersAndPortfolio~",
~"bookedAndBookableCDServices~"
)"))))):splitBy())
EOT