1 parent 6ffd336 commit dc62069Copy full SHA for dc62069
1 file changed
.cog/resources/alerting/schema.transforms.yaml
@@ -143,6 +143,17 @@ passes:
143
scalar:
144
scalar_kind: string
145
146
+ - add_fields:
147
+ to: alerting.Rule
148
+ fields:
149
+ - name: keepFiringFor
150
+ comments:
151
+ - 'You can set a Keep firing for period to avoid repeated firing-resolving-firing notifications caused by flapping conditions.'
152
+ - 'Value is in nanoseconds'
153
+ type:
154
+ kind: scalar
155
+ scalar: { scalar_kind: int64 }
156
+
157
- retype_field:
158
field: alerting.Query.model
159
as:
0 commit comments