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
What happened:
Dashboard "ClickHouse - Data Analysis" is not loading properly. Panel "Database summary" fails because it is unable to find data_uncompressed_bytes column.
What you expected to happen:
All panels in the dashboard loading with no errors.
How to reproduce it:
Install this plugin.
Create a datasource that uses this plugin.
Go to the datasource config -> Dashboards and click on the Import button on "ClickHouse - Data Analysis".
Open the dashboard and notice the error.
Screenshots
Anything else we need to know?:
Grafana version: 10.2.3
Plugin version: 4.0.6
The text was updated successfully, but these errors were encountered:
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 fixesgrafana#803
What happened:
Dashboard "ClickHouse - Data Analysis" is not loading properly. Panel "Database summary" fails because it is unable to find data_uncompressed_bytes column.
What you expected to happen:
All panels in the dashboard loading with no errors.
How to reproduce it:
Screenshots

Anything else we need to know?:
The text was updated successfully, but these errors were encountered: