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
4485877a83
commit
580fb3ad85
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).
|
||||
[ concurrency: <integer> | default = 1 ]
|
||||
|
||||
# Optional type for expressions inside the rules. Supported values: "graphite" and "prometheus".
|
||||
# By default, "prometheus" type is used.
|
||||
# Optional type for expressions inside rules to override the `-rule.defaultRuleType(default is "prometheus")` cmd-line flag.
|
||||
# Supported values: "graphite", "prometheus" and "vlogs"(check https://docs.victoriametrics.com/victorialogs/vmalert/ for details).
|
||||
[ type: <string> ]
|
||||
|
||||
# Optional
|
||||
|
|
Loading…
Reference in a new issue