Why you should use Prometheus range vectors in your Grafana panels
Imagine you want to display the JVM metric system_cpu_usage
in your Grafana dashboard.
You go ahead, create a panel with the query max(system_cpu_usage)
since you wish to see the maximum CPU usage of all your instances.
And because you want a smooth graph, you make it more readable by limiting data points.