Is it possible to show the mountpoint instead of the device name?

Is it possible to show the mountpoint instead of the device name?

In this disk oriented dashboard https://grafana.com/dashboards/569 the disks can be selected based on your device name. Is it possible to alter the this so the mountpoint (/, /home, /srv) are displayed instead of the device name.

Template expression used:
SHOW TAG VALUES FROM “disk_read” WITH KEY = “instance”

data collector is: collectd + influxdb

You have to look at the graph query, is there a mount point tag to group by, then use that in the alias by field

It is not related to the label in the graph.
It is related to the template selector that is displayed at the top of the page.
The selector now shows:
md125
md126
md127
It’s hard to know which mountpoint this really is.

ok, those are the tag values for “disk_read” tag, if you want mount point you need to have a mount point tag.