Wirkkette_Connected_Drive_Store_Mobile_Reliability_of_key_requests.tf edited online with Bitbucket

feature/INFOTAIN-30039-create-gen3-slo
Ali Alizadeh (ext.) 2022-08-05 12:59:43 +02:00
parent a86b28cf72
commit d0c9b7afd6
1 changed files with 4 additions and 15 deletions

View File

@ -14,8 +14,8 @@ module Wirkkette_Connected_Drive_Store_Mobile_Reliability_of_key_requests {
#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.server.successCount: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~"
@ -23,18 +23,7 @@ module Wirkkette_Connected_Drive_Store_Mobile_Reliability_of_key_requests {
) )
,entityName.in( ,entityName.in(
~"getOffersAndPortfolio~" ~"getOffersAndPortfolio~"
)"))))):splitBy()) )")))):splitBy())
/
(builtin:service.keyRequest.count.server: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~"
)
)
,entityName.in(
~"getOffersAndPortfolio~"
)"))))):splitBy()))
EOT EOT
@ -48,4 +37,4 @@ evaluation = "AGGREGATE"
target = 98 #if not set(removed) it's defaulted to 98 target = 98 #if not set(removed) it's defaulted to 98
warning = 99 #if not set(removed) it's defaulted to 99 warning = 99 #if not set(removed) it's defaulted to 99
} }