Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Grafana - How to order columns in Tables

Tags:

grafana

Is it possible to order the columns in a Grafana Table?

I have a Table (sourced from InfluxDB) but the columns are in a «wrong» order... I tried changing the order of the Group By clause in the InfluxQL but I get the exact same results.

like image 685
Paul Avatar asked Apr 24 '17 14:04

Paul


People also ask

How do I sort a table in Grafana?

Clicking the header of a column cycles to “sort by values in this column, ascending.” Another click cycles to “sort by values in this column, descending.” Another click and you cycle back to the time-based default sorting.

How do you create a table in Grafana?

Select your Grafana service from the platform dashboard's Services page, and log into the service with your platform credentials. ) to display the Create menu, and select Dashboard from the menu. In the new-panel Add tab, select the desired visualization type. In this step, select Table .

How do I change column name in Grafana?

The rename() function renames specified columns in a table.

How do I merge two queries in Grafana?

You can use a Transformation. Go to the tab Transform , select Add field from calculation , and chose Mode : Binary operation . Then you can select your two query results, choose + as operator, give an alias and choose to hide the inital fields if you want.


1 Answers

When you edit a table view, Just next to Query tab (below the table), there is Transfer tab. You can :

  • hide using "filter by name"
  • reorder using "organize fields" Works with 7.3.0

enter image description here

like image 118
pl.square Avatar answered Sep 18 '22 12:09

pl.square