23 lines
529 B
HCL
23 lines
529 B
HCL
module without_500_ {
|
|
|
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
|
|
|
|
|
name = "without 500 "
|
|
|
|
description = ""
|
|
|
|
evaluation = "AGGREGATE"
|
|
|
|
filter = "type(\"SERVICE\")"
|
|
|
|
metric_expression = "builtin:service.errors.fivexx.successCount:splitBy()"
|
|
|
|
timeframe = "-1d"
|
|
|
|
target = 99
|
|
|
|
warning = 99.5
|
|
|
|
|
|
} |