Abadel Mohammed 2022-03-14 14:51:12 +01:00
commit abdc6113a8
1 changed files with 17 additions and 6 deletions

View File

@ -5,11 +5,22 @@ module {ResourceName} {
name = "{name}"
description = "{description}"
evaluation = "{evaluation}"
#entity selector object
filter = "{filter}"
#metric expression of the calculation as done in data explorer ui
metric_expression = "{metric_expression}"
#if not set (removed) it's defaulted to "-1d"
timeframe = "{timeframe}"
target = "{target}"
warning = "{warning}"
#currently the only possible value
evaluation = "AGGREGATE"
#Target and warning percentage of the SLO as double
target = "{target}" #if not set(removed) it's defaulted to 98
warning = "{warning}" #if not set(removed) it's defaulted to 99
}