2
votes

I'm trying to aggregate memory usage data from Prometheus into a table in Grafana, but I only want the most recent memory usage stats. Currently, I'm getting the same service's memory usage repeated over and over.

I've tried reducing the Time Range, but that didn't seem to have an impact.

Example Grafana Table

1

1 Answers

3
votes

In the Options tab,

Set Table Transform to Time series aggregration.

Then set Columns to Current.

enter image description here