TP_Vehicle_ConnectedMusic.tf edited online with Bitbucket
Adding default(0) support and service names to ConnectedMusic SLOfeature/INFOTAIN-33631-fm-modify-ices-festivemode-dynatrace-dashboard
parent
05ada81232
commit
a6b7b81e5d
|
|
@ -19,7 +19,9 @@ module TP_Vehicle_ConnectedMusic {
|
|||
"dt.entity.service_method"
|
||||
,entitySelector(
|
||||
"type(service_method)
|
||||
,fromRelationship.isServiceMethodOfService( type(~"SERVICE~"),entityName.in( ~"VehicleService - avs~" ))
|
||||
,entityName.contains(~"Vehicle_Successful_ResponseCode~")"
|
||||
|
||||
)))):splitBy()
|
||||
/
|
||||
(builtin:service.keyRequest.errors.server.successCount:filter(
|
||||
|
|
@ -28,6 +30,7 @@ module TP_Vehicle_ConnectedMusic {
|
|||
"dt.entity.service_method"
|
||||
,entitySelector(
|
||||
"type(service_method)
|
||||
,fromRelationship.isServiceMethodOfService( type(~"SERVICE~"),entityName.in( ~"VehicleService - avs~" ))
|
||||
,entityName.contains(~"Vehicle_Successful_ResponseCode~")"
|
||||
)))):splitBy()
|
||||
+
|
||||
|
|
@ -37,8 +40,9 @@ module TP_Vehicle_ConnectedMusic {
|
|||
"dt.entity.service_method"
|
||||
,entitySelector(
|
||||
"type(service_method)
|
||||
,fromRelationship.isServiceMethodOfService( type(~"SERVICE~"),entityName.in( ~"VehicleService - avs~" ))
|
||||
,entityName.contains(~"Vehicle_Failed_ResponseCode~")"
|
||||
)))):splitBy()))
|
||||
)))):auto:default(0):splitBy()))
|
||||
EOT
|
||||
|
||||
timeframe = "-1d" #if not set (removed) it's defaulted to "-1d"
|
||||
|
|
|
|||
Loading…
Reference in New Issue