- What Grafana version and what operating system are you using?
8.1.3
- What are you trying to achieve?
Display ifalias label in network traffic graph which is repeated by interface name
- How are you trying to achieve it?
I created a new variable called netvmdevice
The query is (node-exporter):
label_values(node_network_device_id{instance="$node", job="$job"}, device)
I created a new variable called ifalias
The query is (node-exporter):
label_values(node_network_info{device="$netvmdevice"}, ifalias)
- What happened?
When I choose one value for netvmdevice, it is working fine. The ifalias contains the correct value.
But if I choose All, it is not working. The ifalias is None.
- What did you expect to happen?
On each graph (repeated by netvmdevice), the good ifalias in the title.