Sort numeric values

  • What are you trying to achieve?

I am monitoring alot of datastores with this dashboard: VMware vSphere - Overview | Grafana Labs and I want to sort by ex. top10 filled datastores

  • Can you copy/paste the configuration(s) that you are having problems with?

Is this possible somehow?

Have you tried the sort transformation?

Hi @mcpeterc ,
If you are using Influxdb with FLUX language you can use sort() function for that:

If you want to display only top 10 datastores then top() might help you:

 

Best regards,
ldrascic