Instead, I just want to display the customer name without the redundant metric.
Apple
Banana
Pear
...
Using the same syntax as OpenTSDB, I would think this expression would work: $tag_customerInfo or [[tag_customerInfo]], but it seems the Kairos plugin doesn't support expressions.
Other datascources like OpenTSDB support expressions in the Alias field of the metric: [[customer_Name]] or \$customerName
I've noticed that tooltips and legends on graphs and table cell information get really wide because it includes the metric over and over.
For instance, let's say I group the metric by customer name and show a legend or tooltip with "all series". Then I see something like:
I could shorten the metric name, but that would still show something like:
Instead, I just want to display the customer name without the redundant metric.
Using the same syntax as OpenTSDB, I would think this expression would work:
$tag_customerInfo
or[[tag_customerInfo]]
, but it seems the Kairos plugin doesn't support expressions.Using Grafana 3.0.4 with KairosDB Plugin 1.0.1