9 lines
591 B
YAML
9 lines
591 B
YAML
#config:
|
|
#- VehicleStateSuccessRate: slo.json
|
|
|
|
#Example
|
|
#VehicleStateSuccessRate:
|
|
#- name: VehicleService - Vehicle State Success Rate
|
|
#- metricExpression: "(100)*(builtin:service.keyRequest.errors.fivexx.successCount:filter(and(in("dt.entity.service_method",entitySelector("type(service_method),entityId(~"SERVICE_METHOD-88B4248DCF959D93~")")))):splitBy():avg:auto)/(builtin:service.keyRequest.count.total:filter(and(in("dt.entity.service_method",entitySelector("type(service_method),entityId(~"SERVICE_METHOD-88B4248DCF959D93~")")))):splitBy():avg:auto)"
|
|
#- target: "99"
|
|
#- warning: "99.5" |