Adjusted SLOs for connected Music to use CONTAINS instead of IN OPMAAS-4499

feature/INFOTAIN-33631-fm-modify-ices-festivemode-dynatrace-dashboard
Mohammed Abadel 2023-06-26 09:48:17 +02:00
parent 2a64838bc0
commit 23eb73a918
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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())

View File

@ -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())