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

Dashboards: Fix query in Data Analysis dashboard #804

Merged
merged 1 commit into from
Apr 22, 2024

Conversation

oserde
Copy link
Contributor

@oserde oserde commented Apr 18, 2024

Similar to the issue fixed by #487, there is a missmatch in the "Database summary" panel, as it uses data_uncompressed_bytes in the outer query (this seems to be the wanted columns, as it is defined in the "Organize fields by name" transformation) but uses data_compressed_bytes in the inner query, causing an error.

This PR sets the right column in the inner query and fixes #803

Similar to the issue fixed by grafana#487, there is a missmatch in the
"Database summary" panel, as it uses data_uncompressed_bytes in the
outer query (this seems to be the wanted columns, as it is defined in
the "Organize fields by name" transformation) but uses
data_compressed_bytes in the inner query, causing an error.

This PR sets the right column in the inner query and fixes grafana#803
@oserde oserde requested a review from a team as a code owner April 18, 2024 09:23
@CLAassistant
Copy link

CLAassistant commented Apr 18, 2024

CLA assistant check
All committers have signed the CLA.

Copy link
Contributor

@aangelisc aangelisc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you for the contribution @oserde!

@aangelisc aangelisc merged commit 18fa663 into grafana:main Apr 22, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dashboards: query failing in the "ClickHouse - Data Analysis" dashboard
3 participants