Commit e27e9dc2 by Torkel Ödegaard

Merge pull request #2642 from bfontaine/patch-1

influxdb doc: typo fixed
parents aa89416b 28474d93
...@@ -51,7 +51,7 @@ the tag key and select `--remove tag filter--`. ...@@ -51,7 +51,7 @@ the tag key and select `--remove tag filter--`.
### Regex matching ### Regex matching
You can type in regex patterns for metric names or tag filter values, be sure to wrap the regex pattern in forward slashes (`/`). Grafana You can type in regex patterns for metric names or tag filter values, be sure to wrap the regex pattern in forward slashes (`/`). Grafana
will automaticallay adjust the filter tag condition to use the InfluxDB regex match condition operator (`=~`). will automatically adjust the filter tag condition to use the InfluxDB regex match condition operator (`=~`).
### Editor group by ### Editor group by
To group by a tag click the plus icon after the `GROUP BY ($interval)` text. Pick a tag from the dropdown that appears. To group by a tag click the plus icon after the `GROUP BY ($interval)` text. Pick a tag from the dropdown that appears.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment