You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like to enable the experimental feature flag for our prometheus install --enable-feature=promql-experimental-functions, however doing so would break our CI for ensuring new rules are valid as we use promtool check rules which errors when it encounters experimental functions.
Maybe something like allowing PromTool using the --enable-feature=promql-experimental-functions to configure the Parser to allow experimental functions.