Berichtigung
parent
b563fc7e20
commit
bcd286a40d
|
|
@ -1,9 +1,9 @@
|
|||
module BFF_-_getStorePrivateCart_Success_Rate test {
|
||||
module BFF_-_getStorePrivateCart_Success_Rate {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "test BFF - getStorePrivateCart Success Rate"
|
||||
name = "BFF - getStorePrivateCart Success Rate"
|
||||
|
||||
description = "qx05588 Ulrich Blecha"
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,33 @@
|
|||
module BFF_-_getStorePrivateCart_Success_Rate {
|
||||
|
||||
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
||||
|
||||
|
||||
name = "BFF - getStorePrivateCart Success Rate"
|
||||
|
||||
description = "qx05588 Ulrich Blecha"
|
||||
|
||||
|
||||
|
||||
#entity selector object
|
||||
filter = "type(\"SERVICE_METHOD\")"
|
||||
|
||||
|
||||
#metric expression of the calculation as done in data explorer ui
|
||||
metric_expression = "(100)-(builtin:service.keyRequest.errors.server.rate:filter(and(in(\"dt.entity.service_method\",entitySelector(\"type(service_method),entityId(~\"SERVICE_METHOD-2FDADF822F1FE7E3~\")\")))):splitBy():avg:auto)"
|
||||
|
||||
|
||||
#if not set (removed) it's defaulted to "-1d"
|
||||
timeframe = "-1d"
|
||||
|
||||
|
||||
#currently the only possible value
|
||||
evaluation = "AGGREGATE"
|
||||
|
||||
#Target and warning percentage of the SLO as double
|
||||
target = 90
|
||||
#if not set(removed) it's defaulted to 98
|
||||
warning = 95
|
||||
#if not set(removed) it's defaulted to 99
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue