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
Copy file name to clipboardExpand all lines: docs/usage.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ You can find more about scrapeType's on [Scrape Config](https://prometheus.io/do
37
37
|alertLabels |This parameter is translated to Prometheus alert `LABELS` statement. It allows specifying a set of additional labels to be attached to the alert. Multiple labels can be separated with comma (`,`).<br>**Example:**`severity=high,receiver=system`|No|
38
38
|alertName |The name of the alert. It is combined with the `serviceName` thus producing an unique identifier.<br>**Example:**`memoryAlert`|Yes|
39
39
|serviceName |The name of the service. It is combined with the `alertName` thus producing an unique identifier.<br>**Example:**`go-demo`|Yes|
40
+
|alertPersistent|When set to *true*, the alert will persist when the service is scaled to zero replicas.<br>**Example:**`true`|No|
40
41
41
42
Those parameters can be indexed so that multiple alerts can be defined for a service. Indexing is sequential and starts from 1. An example of indexed `alertName` could be `alertName.1=memload` and `alertName.2=diskload`.
0 commit comments