Files
grafana/public/app
simnv 336c1b7b6e Fix groupby selection
Default groupby selection for influxdb is escaped not like a regex, but as a glob. It works fine with one value in variable, but when you select multiple values, query is incorrect:
> SHOW TAG KEYS FROM "os.disk.fs.space_total" WHERE "host" =~ /{host-1,host-2}$/
2016-03-11 08:30:56 +05:00
..
2016-03-10 13:19:07 +09:00
2016-02-21 18:08:44 +01:00
2016-03-11 08:30:56 +05:00