A little hint for getting the friendly names shown in the legend of Grafana without setting name aliases all the time:
You can use a rename-by-regex transform to catch the name using a capture group and use the result ($1) as the replacement text.
A little hint for getting the friendly names shown in the legend of Grafana without setting name aliases all the time:
You can use a rename-by-regex transform to catch the name using a capture group and use the result ($1) as the replacement text.