changed Mobile Store

OPMAAS-3819
ermisw 2023-04-18 12:23:09 +02:00
parent fa9bb55b80
commit 040b358423
1 changed files with 5 additions and 7 deletions

View File

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