Adjustin SLO for ConnectedMusic in CN to avoid values with no data
parent
dfea8378a8
commit
8ab5277e25
|
|
@ -31,24 +31,22 @@ module TP_Vehicle_ConnectedMusic {
|
||||||
,entityName.contains(~"Vehicle_Successful_ResponseCode~")"
|
,entityName.contains(~"Vehicle_Successful_ResponseCode~")"
|
||||||
)))):splitBy()
|
)))):splitBy()
|
||||||
+
|
+
|
||||||
builtin:service.keyRequest.errors.server.successCount:filter(
|
(builtin:service.keyRequest.errors.server.successCount:filter(
|
||||||
and(
|
and(
|
||||||
in(
|
in(
|
||||||
"dt.entity.service_method"
|
"dt.entity.service_method"
|
||||||
,entitySelector(
|
,entitySelector(
|
||||||
"type(service_method)
|
"type(service_method)
|
||||||
,entityName.contains(~"Vehicle_Failed_ResponseCode~")"
|
,entityName.contains(~"Vehicle_Failed_ResponseCode~")"
|
||||||
)))):splitBy()))
|
)))):splitBy():value:default(0))))
|
||||||
EOT
|
EOT
|
||||||
|
|
||||||
#if not set (removed) it's defaulted to "-1d"
|
timeframe = "-1d" #if not set (removed) it's defaulted to "-1d"
|
||||||
timeframe = "-1d"
|
|
||||||
|
|
||||||
#currently the only possible value
|
evaluation = "AGGREGATE" #currently the only possible value
|
||||||
evaluation = "AGGREGATE"
|
|
||||||
|
|
||||||
#Target and warning percentage of the SLO as double
|
#Target and warning percentage of the SLO as double
|
||||||
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
|
||||||
|
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue