Adjusted SLOs for connected Music to use CONTAINS instead of IN OPMAAS-4499
parent
2a64838bc0
commit
23eb73a918
|
|
@ -20,7 +20,7 @@ module TP_Vehicle_ConnectedMusic {
|
|||
,entitySelector(
|
||||
"type(service_method)
|
||||
,fromRelationship.isServiceMethodOfService( type(~"SERVICE~"),entityName.in( ~"VehicleService - avs~" ))
|
||||
,entityName.contains(~"Vehicle_Successful_ResponseCode~")"
|
||||
,entityName.in(~"Vehicle_Successful_ResponseCode~")"
|
||||
|
||||
)))):splitBy()
|
||||
/
|
||||
|
|
@ -31,7 +31,7 @@ module TP_Vehicle_ConnectedMusic {
|
|||
,entitySelector(
|
||||
"type(service_method)
|
||||
,fromRelationship.isServiceMethodOfService( type(~"SERVICE~"),entityName.in( ~"VehicleService - avs~" ))
|
||||
,entityName.contains(~"Vehicle_Successful_ResponseCode~")"
|
||||
,entityName.in(~"Vehicle_Successful_ResponseCode~")"
|
||||
)))):splitBy()
|
||||
+
|
||||
builtin:service.keyRequest.errors.server.successCount:filter(
|
||||
|
|
@ -41,7 +41,7 @@ module TP_Vehicle_ConnectedMusic {
|
|||
,entitySelector(
|
||||
"type(service_method)
|
||||
,fromRelationship.isServiceMethodOfService( type(~"SERVICE~"),entityName.in( ~"VehicleService - avs~" ))
|
||||
,entityName.contains(~"Vehicle_Failed_ResponseCode~")"
|
||||
,entityName.in(~"Vehicle_Failed_ResponseCode~")"
|
||||
)))):auto:default(0):splitBy()))
|
||||
EOT
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ module TP_Vehicle_ConnectedMusic {
|
|||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = <<EOT
|
||||
(100) - (builtin:service.errors.fivexx.rate:filter(and(or(in("dt.entity.service",entitySelector("type(service),
|
||||
entityName.contains(
|
||||
entityName.in(
|
||||
~"SpotifyApi - avs - prod~"
|
||||
)"))))):splitBy())
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ module TP_Vehicle_ConnectedMusic {
|
|||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = <<EOT
|
||||
(100) - (builtin:service.errors.fivexx.rate:filter(and(or(in("dt.entity.service",entitySelector("type(service),
|
||||
entityName.contains(
|
||||
entityName.in(
|
||||
~"SpotifyApi - avs - prod~"
|
||||
)"))))):splitBy())
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue