Included $col as an option for the "Alias pattern" on influxdb

With this patch it's possible to use the column name as an identifier.
This can help when we have multiple columns as it would be possible to automatic generate a legend.
Also this would help in future when grafana could support the "AS" in the query builder.
This commit is contained in:
Denis Doria
2015-08-10 00:22:08 +02:00
parent 3d197abf83
commit a4af30675d
2 changed files with 4 additions and 2 deletions

View File

@@ -210,6 +210,7 @@
<ul>
<li>$m = replaced with measurement name</li>
<li>$measurement = replaced with measurement name</li>
<li>$col = replaced with column name</li>
<li>$tag_hostname = replaced with the value of the hostname tag</li>
<li>You can also use [[tag_hostname]] pattern replacement syntax</li>
</ul>