We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc15ec commit 85758a2Copy full SHA for 85758a2
public/app/plugins/datasource/influxdb/partials/query.options.html
@@ -45,7 +45,7 @@ <h5>Alias patterns</h5>
45
<ul>
46
<li>$m = replaced with measurement name</li>
47
<li>$measurement = replaced with measurement name</li>
48
- <li>$1 - $9 = replaced with part of measurement name (if you seperate your measurement name with dots)</li>
+ <li>$1 - $9 = replaced with part of measurement name (if you separate your measurement name with dots)</li>
49
<li>$col = replaced with column name</li>
50
<li>$tag_hostname = replaced with the value of the hostname tag</li>
51
<li>You can also use [[tag_hostname]] pattern replacement syntax</li>
0 commit comments