I created a new Graph in Grafana that takes data from OpenTSDB.

The Alias field has the following meaning: Label $metric $tag_host .
So, for a key (for example: host ) in tags, I can use $tag_<key> (for example: $tag_host ) in Alias ββ.. p>
I want to achieve the same behavior for a hard-coded Metric value (for example: xyz ), so if someone wants to change the Metric value in the future from xyz to abc , the alias should be automatically updated.
I tried using:
$metric$metric$tag_metric
but they did not work.

Is it possible to use the Metric value in Alias ββwithout hard coding in Alias ββ(enough hard coding from Metric)?
source share