Prometheus timeseries and table panel in grafana

6 views
Skip to first unread message

neel patel

unread,
Jun 23, 2020, 11:43:29 AM6/23/20
to Prometheus Users

Hi Team,

I am using prometheus and grafana combo to monitor PostgreSQL database.

Now prometheus stores the timeseries as below.

disk_free_space{file_system="/dev/sda1",file_system_type=“xfs”,mount_point="/boot",server=“127.0.0.1:5432”} 9.5023104e+07
disk_free_space{file_system="/dev/sda1",file_system_type=“xfs”,mount_point="/boot",server=“127.0.0.1:5433”} 9.5023104e+07
disk_free_space{file_system="/dev/sda3",file_system_type=“xfs”,mount_point="/",server=“127.0.0.1:5432”} 2.8713885696e+10
disk_free_space{file_system="/dev/sda3",file_system_type=“xfs”,mount_point="/",server=“127.0.0.1:5433”} 2.8714070016e+10
disk_free_space{file_system=“rootfs”,file_system_type=“rootfs”,mount_point="/",server=“127.0.0.1:5432”} 2.8713885696e+10
disk_free_space{file_system=“rootfs”,file_system_type=“rootfs”,mount_point="/",server=“127.0.0.1:5433”} 2.8714070016e+10

How to plot Table panel in grafana using above metrics. I can plot the time series using line chart but how to represent above data in Table in grafana as it is timeseries ? Any pointers will be helpful.

Thanks in Advance

Christian Hoffmann

unread,
Jun 30, 2020, 2:03:46 AM6/30/20
to neel patel, Prometheus Users
Hi,
Are you looking for the table panel?

https://grafana.com/docs/grafana/latest/panels/visualizations/table-panel/

Note: This mailing list is primarily targeted at Prometheus. Although
many Prometheus users are also Grafana users, there may be more
Grafana-focused support facilities somewhere else (I don't know). :)

Kind regards,
Christian
Reply all
Reply to author
Forward
0 new messages