I want to create a table panel like that, do you have any suggestions ?
- Every query needs to have at least one common field (I guess
Namewould be one in your case). ChangeFormatof the query toTableand Type toInstant(if using Prometheus datasource). What I like to do is get all the data in one query usingoroperator and setting labels by type but I guess it’s not necessary. If you decide to do so, you need to create a transformationPartition by valuesthat will partition by every common field (in your caseNameand sometypelabel that you will set to the queries). UseAs labelfor Naming option in the transformation. - Use
Join by labelstransformation, and setValuefield totypelabel andJointoName. - Just in case, use
Filter data by valuesto exclude any null fields that might appear. - Use
Organize fields by nameto set some better names.
Then, in Overrides, set the units as you wish.
Example
Query:
After Partition:
After join:
With some overrides (I also added Used % as Add field from calculation transformation):
Most probably you would be fine with having all the queries in different queries but I’m used to doing it that way.




