docs/vmalert.md: sync with app/vmalert/README.md via make docs-sync

This commit is contained in:
Aliaksandr Valialkin 2021-05-24 15:47:20 +03:00
parent 8e7d1f8824
commit b1e8d92577

View File

@ -89,6 +89,12 @@ name: <string>
# By default "prometheus" rule type is used.
[ 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:
[ - <rule> ... ]
```