Is it possible to perform filtering based on aggregation? I have a large number of components as part of a service and am only interested to show metric tiles for those that exceed certain thresholds instead of everything.
Hi bjornbear,
I've already had the same problem as you.
The solution I've found is to use a Transform to aggregate the data, and then use this aggregated data directly in a visualization.
This way, you can filter out metrics that exceed your threshold.
You can find Transform documentation here