From e20f29c3119f411414b3f47a867854c34d593574 Mon Sep 17 00:00:00 2001 From: Samuel Dufel Date: Thu, 22 Feb 2024 08:37:37 -0800 Subject: [PATCH] Update rendered docs with added flag --- CHANGELOG.md | 1 - docs/components/rule.md | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e8c733b0b8..b36e94674ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,7 +32,6 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re - [#7078](https://github.com/thanos-io/thanos/pull/7078) *: Bump gRPC to 1.57.2 ### Added -- [#7105](https://github.com/thanos-io/thanos/pull/7105) Rule: add flag `--query.enable-x-functions` to allow usage of extended promql functions (xrate, xincrease, xdelta) in loaded rules ### Changed diff --git a/docs/components/rule.md b/docs/components/rule.md index 044148c3ba0..a60b32ca83f 100644 --- a/docs/components/rule.md +++ b/docs/components/rule.md @@ -401,6 +401,10 @@ Flags: --query.default-step=1s Default range query step to use. This is only used in stateless Ruler and alert state restoration. + --query.enable-x-functions + Whether to enable extended rate functions + (xrate, xincrease and xdelta). Only has effect + when used with Thanos engine. --query.http-method=POST HTTP method to use when sending queries. Possible options: [GET, POST] --query.sd-dns-interval=30s