mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-11 15:34:56 +00:00
docs/vmalert.md: sync with app/vmalert/README.md via make docs-sync
This commit is contained in:
parent
8e7d1f8824
commit
b1e8d92577
1 changed files with 6 additions and 0 deletions
|
@ -89,6 +89,12 @@ name: <string>
|
||||||
# By default "prometheus" rule type is used.
|
# By default "prometheus" rule type is used.
|
||||||
[ type: <string> ]
|
[ type: <string> ]
|
||||||
|
|
||||||
|
# Optional list of label filters applied to every rule's
|
||||||
|
# request withing a group. Is compatible only with VM datasource.
|
||||||
|
# See more details at https://docs.victoriametrics.com#prometheus-querying-api-enhancements
|
||||||
|
extra_filter_labels:
|
||||||
|
[ <labelname>: <labelvalue> ... ]
|
||||||
|
|
||||||
rules:
|
rules:
|
||||||
[ - <rule> ... ]
|
[ - <rule> ... ]
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue