I have mapped values in my Grafana Dashboards as shown in the following Link:
https://grafana.com/docs/grafana/latest/panels-visualizations/configure-value-mappings/
For example:
Variable is called Name
and it contains the values 1,2,3,4,5
from the Database.
The mapping is as follows:
1 - Name1
2 - Name2
3 - Name3
4 - Name4
5 - Name5
I have applied the settings of that panel and saved the dashboard.
But in the dropdown Name, i still see the numbers instead of their mapped values (Name1, Name2, etc.)
Does anyone know why this is occuring and if i need to do something in addition for that matter ?
Thanks in advance :)