Skip to content

Commit

Permalink
Merge pull request #303 from mjunglw/vmrule-update
Browse files Browse the repository at this point in the history
feat: add keep_firing_for to vmrule
  • Loading branch information
userbradley authored Jun 7, 2024
2 parents 7e6bd54 + bc122b6 commit 04cde81
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions operator.victoriametrics.com/vmrule_v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@
"description": "For evaluation interval in time.Duration format 30s, 1m, 1h or nanoseconds",
"type": "string"
},
"keep_firing_for": {
"description": "KeepFiringFor will make alert continue firing for this long even when the alerting expression no longer has results. Use time.Duration format, 30s, 1m, 1h or nanoseconds",
"type": "string"
},
"labels": {
"additionalProperties": {
"type": "string"
Expand Down

0 comments on commit 04cde81

Please sign in to comment.