Dynamically sort graphs based on Y-Axis

Hello, I’m a beginner to Grafana and have just deployed Grafana with InfluxDB to graph the utilization of my storage volumes across my environment overtime. Each one of my volumes have their own graphs. Is there any way to create a dashboard that dynamically sorts my graphs based on the volume with the highest Y axis so that the ones that are using megabytes are at the bottom but the ones using terabytes are at the top?

Hi,

If you would be able to create a template variable of type query where you sort by highest value and then use repeating panels that would solve your problem, but I don’t think sorting in influxdb template variable queries are supported.

I would suggest you to use the alerting feature if you need to get notified if some servers reach a certain threshold.

Marcus