I am trying to sort my variables in an alpha-numerial order. For example, GigabitEthernet1/0/2 should come before GigabitEthernet1/0/11, but this does not happen. No matter which “sort” mode i select, 11, 12, 13 etc, always come before 2.
(and so on… 22 comes before 3 etc…)
What you expected to happen:
There should be a way to sort numerically, where the order would be like:
1/0/1, 1/0/2, 1/0/3, 1/0/4 … 1/0/10, 1/0/11, 1/0/12 … 1/0/20, 1/0/21 …
then
1/1/1, 1/1/2 …
Environment:
- Grafana version: 8.1.1
- Data source type & version: influxdb
- OS Grafana is installed on: Docker (Ubuntu)