Pull request #109: changed Mobile Store

Merge in OPAPM/coco_terraform_config from OPMAAS-3819 to master

* commit '040b35842334d8dec47955c4f394be48056f38ad':
  changed Mobile Store
feature/vdm-slo-vps
Ermis Wieger (ext.) 2023-04-18 10:36:24 +00:00
commit 59727076ef
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 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~", ~"CdStoreOfferResource - cdse - prod~",
~"CdStoreOfferResource - am-store - prod~" ~"CdStoreOfferResourceV2 - cdse - prod~"
) )
) )
,entityName.in( ,entityName.in(
~"getOffersAndPortfolio~", ~"bookedAndBookableCDServices~"
~"bookedAndBookableCDServices~", )")))):splitBy())
~"bookedAndBookableCDServices 1~"
)"))))):splitBy())
EOT EOT