Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rule: Add support for extended promql functions #7105

Merged
merged 1 commit into from
Feb 21, 2024

Commits on Feb 21, 2024

  1. Add support for extended promql functions in rule

    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]>
    sdufel committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    77bcd00 View commit details
    Browse the repository at this point in the history