Skip to content

Commit

Permalink
Add support for extended promql functions in rule (thanos-io#7105)
Browse files Browse the repository at this point in the history
Adds a flag to register the extended promql functions supported by the thanos
query engine when running the rule component.  This will allow rule config
files containing query expressions with (xrate / xincrease / xdelta) to pass
validation.  This will only work if the query endpoint in use is running the
thanos engine.

Signed-off-by: Samuel Dufel <[email protected]>
  • Loading branch information
sdufel authored and jnyi committed Jun 1, 2024
1 parent b2f8333 commit 25dba56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 44,7 @@ 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

Expand Down

0 comments on commit 25dba56

Please sign in to comment.