Closed bergquist closed 6 years ago
Tag names can't be templated it seems.
The following is supported:
hostname=$hostname
but if I do something like
$role = true
That won't work. In fact, as soon as I click the + button , the entire chart goes away, so does the line I just added, and the chart is blank.
I've duplicated this a number of times and I get the same problem every time.
I don't get anything logged in the JS console.
I've confirmed that the actual tags are there. If I use them manually they work. It's just that I can't make them templated.
from https://github.com/grafana/grafana/issues/2966
I would like this feature.
+1
Implemented in v3.0.0
Tag names can't be templated it seems.
The following is supported:
hostname=$hostname
but if I do something like
$role = true
That won't work. In fact, as soon as I click the + button , the entire chart goes away, so does the line I just added, and the chart is blank.
I've duplicated this a number of times and I get the same problem every time.
I don't get anything logged in the JS console.
I've confirmed that the actual tags are there. If I use them manually they work. It's just that I can't make them templated.
from https://github.com/grafana/grafana/issues/2966