Hi
I am new to Grafana,but searching for this issue has come up empty. Many small hints, but I can’t make the last part to work ( how to customize the timestamp column )
-
What Grafana version and what operating system are you using?
10.4.2 -
What are you trying to achieve?
I try to show metrics from Prometheus in a dashboard table. The data from Prometheus looks like this
task_pck_age_vehicles{vehicle=“1003”} 6.38498901127827e+17
task_pck_age_vehicles{vehicle=“1000”} 6.38498901127662e+17
task_pck_age_vehicles{vehicle=“1001”} 6.38498901127662e+17
task_pck_age_vehicles{vehicle=“1002”} 6.38498901127508e+17
task_pck_age_vehicles{vehicle=“1004”} 6.38498901127662e+17
- How are you trying to achieve it?
I have the data panel set ut with a table and some transformations to convert timeseries ti\o table
-
What happened?
I get the table, but the timestamp column shows ticks. -
What did you expect to happen?
I need the timestamp column to show the age. I know I can calculate the age with time() - the value from the timestamp column. But I have not found any way to register this calculation.
Any help?
Regards