updated template
parent
132bab1979
commit
3a3161763f
|
|
@ -5,11 +5,22 @@ module {ResourceName} {
|
||||||
|
|
||||||
name = "{name}"
|
name = "{name}"
|
||||||
description = "{description}"
|
description = "{description}"
|
||||||
evaluation = "{evaluation}"
|
|
||||||
filter = "{filter}"
|
|
||||||
metric_expression = "{metric_expression}"
|
#entity selector object
|
||||||
timeframe = "{timeframe}"
|
filter = "{filter}"
|
||||||
target = "{target}"
|
|
||||||
warning = "{warning}"
|
#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}"
|
||||||
|
|
||||||
|
#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
|
||||||
|
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue