added new services to Mobile CD Store NA

OPMAAS-3819
ermisw 2023-04-18 15:03:59 +02:00
parent eb13fcf7e3
commit e586f256e7
1 changed files with 8 additions and 5 deletions

View File

@ -14,19 +14,22 @@ module TP_Mobile_CD_Store {
#metric expression of the calculation as done in data explorer ui #metric expression of the calculation as done in data explorer ui
metric_expression = <<-EOT metric_expression = <<-EOT
(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(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~", ~"CdStoreOfferResource - am-store - prod~",
~"StoreOfferResourceV7 - am-store - prod~" ~"StoreOfferResourceV7 - am-store - prod~",
~"CdStoreOfferResource - cdse - prod~",
~"CdStoreOfferResourceV2 - cdse - prod~"
) )
) )
,entityName.in( ,entityName.in(
~"getOffersAndPortfolio~", ~"getOffersAndPortfolio~",
~"bookedAndBookableCDServices~" ~"bookedAndBookableCDServices~"
)"))))):splitBy()) )")))):splitBy())
EOT EOT