nokia / OSSMediator

BSD 3-Clause "New" or "Revised" License
10 stars 10 forks source link

Change legend alias in dashboards #13

Open 33Fraise33 opened 3 years ago

33Fraise33 commented 3 years ago

Hello,

Is it possible to change the alias for queries in the grafana dashboards?

Currently it shows serial numbers together with eNB type when you choose object level eNB: image Format proposed would be eNB<eNB ID> eNB ID being the AP ID that can be selected in the dropdown.

When you choose Cell level I would prefer to have a more readable value like: eNB<eNB ID> / LNCEL-<Cell ID>

This is a proposed UX improvement.

janabr commented 3 years ago

Hi, currently Grafana is not supporting regex on the alias field. There have been request raised to add this. Soon it may be available. then we update our dashboards to display the values needed.

33Fraise33 commented 3 years ago

This should be possible through the transform tab:

Before: image

After: image