We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Numerical ascending sort of values for a query-type variable is broken in 11.4.
Example:
My query is:
select 50 as row_count union all select 500 union all select 100 union all select 1000
I expected the values to be sorted numerically:
Works fine in Grafana 8.5
Reload the dashboard several times and check the variable values selector pull-down.
The values seem to come back in some kind of random order? And the order changes between reloads? Example:
No
Grafana: 11.4.0 OS: Ubuntu 24 LTS Browser: Chrome
A package manager (APT, YUM, BREW, etc.)
clickhouse
The text was updated successfully, but these errors were encountered:
We experience the same issue with natural sort.
Some tests show that the feature is working fine on version 11.3.2 and is broken on version 11.4.0
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
What happened?
Numerical ascending sort of values for a query-type variable is broken in 11.4.
Example:
My query is:
What did you expect to happen?
I expected the values to be sorted numerically:
Did this work before?
Works fine in Grafana 8.5
How do we reproduce it?
Reload the dashboard several times and check the variable values selector pull-down.
The values seem to come back in some kind of random order? And the order changes between reloads? Example:
Is the bug inside a dashboard panel?
No
Environment (with versions)?
Grafana: 11.4.0
OS: Ubuntu 24 LTS
Browser: Chrome
Grafana platform?
A package manager (APT, YUM, BREW, etc.)
Datasource(s)?
clickhouse
The text was updated successfully, but these errors were encountered: