You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`alert_threshold`|`number`| Threshold of the Grafana alert. Defaults to `0`|
72
+
|`exec_err_state`|`string`| Describes what state to enter when the rule's query is invalid and the rule cannot be executed. Options are `OK`, `Error`, `KeepLast`, and `Alerting`. Defaults to `Error`. |
73
+
|`is_paused`|`bool`| Sets whether the alert should be paused or not. Defaults to `false`. |
74
+
|`no_data_state`|`string`| Describes what state to enter when the rule's query returns No Data. Options are `OK`, `NoData`, `KeepLast`, and `Alerting`. Defaults to `OK`. |
75
+
|`labels`|`map(string)`| Extra labels to add. It is also possible to override already defined labels like `severity`. |
0 commit comments