62cdf76def
In order for automatic group by to be remotely useful, we need to parse out the selected duration of time from the query itself. The problem with doing this is that using the existing machinery for parsing InfluxQL requires having valid InfluxQL, which InfluxQL+Template Variables is not. To break this chicken-and-egg problem, the duration is directly extracted from the query using regular string processing. |
||
---|---|---|
.. | ||
queries | ||
databases.go | ||
influx.go | ||
influx_test.go | ||
permissions.go | ||
permissions_test.go | ||
query.go | ||
query_test.go | ||
templates.go | ||
templates_test.go | ||
users.go | ||
users_test.go |