diff --git a/app/vmalert/README.md b/app/vmalert/README.md index f37fe962a..342ae7a78 100644 --- a/app/vmalert/README.md +++ b/app/vmalert/README.md @@ -117,11 +117,11 @@ name: [ limit: | default = 0 ] # How many rules execute at once within a group. Increasing concurrency may speed -# up round execution speed. +# up group's evaluation duration (exposed via `vmalert_iteration_duration_seconds` metric). [ concurrency: | default = 1 ] # Optional type for expressions inside the rules. Supported values: "graphite" and "prometheus". -# By default "prometheus" type is used. +# By default, "prometheus" type is used. [ type: ] # Optional list of HTTP URL parameters diff --git a/docs/vmalert.md b/docs/vmalert.md index cef7fb4ca..ff47ec260 100644 --- a/docs/vmalert.md +++ b/docs/vmalert.md @@ -128,11 +128,11 @@ name: [ limit: | default = 0 ] # How many rules execute at once within a group. Increasing concurrency may speed -# up round execution speed. +# up group's evaluation duration (exposed via `vmalert_iteration_duration_seconds` metric). [ concurrency: | default = 1 ] # Optional type for expressions inside the rules. Supported values: "graphite" and "prometheus". -# By default "prometheus" type is used. +# By default, "prometheus" type is used. [ type: ] # Optional list of HTTP URL parameters