15 lines
565 B
HCL
15 lines
565 B
HCL
module terraform_test {
|
|
|
|
source = "../../_dynatrace-base-modules/dynatrace-service-level-objective"
|
|
|
|
|
|
name = "first SLO created through terraform "
|
|
description = "fancy description"
|
|
evaluation = "AGGREGATE"
|
|
filter = "type(\"SERVICE\")"
|
|
metric_expression = "builtin:service.errors.fivexx.successCount:splitBy()"
|
|
timeframe = "-2d"
|
|
target = 99
|
|
warning = 99.9
|
|
|
|
} |