Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to present tag value in table using grafana

I want to present tag value in table using Grafana connected with influxDB and I'm wondering if it is possible ? Thank you in advance.

like image 908
Paweł Orzech Avatar asked Jul 12 '16 15:07

Paweł Orzech


2 Answers

To add to @Pawel's answer: Select one field, set format as Table AND Group By all the tags you want to display in the table.

like image 67
Rohit Avatar answered Oct 23 '22 12:10

Rohit


To show Tag value in grafana table it is essential to use at least one field in SELECT and set format as : Table.

like image 2
Paweł Orzech Avatar answered Oct 23 '22 12:10

Paweł Orzech