mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
doc: clarify rule group type (#7595)
address https://github.com/VictoriaMetrics/VictoriaMetrics/issues/7585
This commit is contained in:
parent
5838e4ce23
commit
92e2e6f951
1 changed files with 2 additions and 2 deletions
|
@ -157,8 +157,8 @@ name: <string>
|
||||||
# up group's evaluation duration (exposed via `vmalert_iteration_duration_seconds` metric).
|
# up group's evaluation duration (exposed via `vmalert_iteration_duration_seconds` metric).
|
||||||
[ concurrency: <integer> | default = 1 ]
|
[ concurrency: <integer> | default = 1 ]
|
||||||
|
|
||||||
# Optional type for expressions inside the rules. Supported values: "graphite" and "prometheus".
|
# Optional type for expressions inside rules to override the `-rule.defaultRuleType(default is "prometheus")` cmd-line flag.
|
||||||
# By default, "prometheus" type is used.
|
# Supported values: "graphite", "prometheus" and "vlogs"(check https://docs.victoriametrics.com/victorialogs/vmalert/ for details).
|
||||||
[ type: <string> ]
|
[ type: <string> ]
|
||||||
|
|
||||||
# Optional
|
# Optional
|
||||||
|
|
Loading…
Reference in a new issue