Reputation: 319
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.
Upvotes: 3
Views: 1460
Reputation: 38982
In the Options tab,
Set Table Transform to Time series aggregration.
Then set Columns to Current.
Upvotes: 3