mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
Update vmalert.md (#6539)
Fix typo ### Describe Your Changes Fix typo in the vmalert docs. In the docs it states rules at `VMAgent`'s namespace when it should be `VMAlert`'s namespace. ### Checklist The following checks are **mandatory**: - [x] My change adheres [VictoriaMetrics contributing guidelines](https://docs.victoriametrics.com/contributing/).
This commit is contained in:
parent
4a3d1f4848
commit
8d01dd0514
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ Following rules are applied:
|
|||
|
||||
- If `ruleNamespaceSelector` and `ruleSelector` both undefined, then by default select nothing. With option set - `spec.selectAllByDefault: true`, select all vmrules.
|
||||
- If `ruleNamespaceSelector` defined, `ruleSelector` undefined, then all vmrules are matching at namespaces for given `ruleNamespaceSelector`.
|
||||
- If `ruleNamespaceSelector` undefined, `ruleSelector` defined, then all vmrules at `VMAgent`'s namespaces are matching for given `ruleSelector`.
|
||||
- If `ruleNamespaceSelector` undefined, `ruleSelector` defined, then all vmrules at `VMAlert`'s namespaces are matching for given `ruleSelector`.
|
||||
- If `ruleNamespaceSelector` and `ruleSelector` both defined, then only vmrules at namespaces matched `ruleNamespaceSelector` for given `ruleSelector` are matching.
|
||||
|
||||
Here's a more visual and more detailed view:
|
||||
|
|
Loading…
Reference in a new issue