grafana/pkg/tsdb/influxdb
Daniel Lee f959ba9bcf influxdb: escape backslashes in tag values (for alerting)
Closes #10957. Backslash escaping was already implemented on the
frontend but does not work for queries executed on the backend.
2018-02-19 10:02:14 +01:00
..
influxdb.go follow go idiom and return error as second param 2017-09-21 18:04:16 +02:00
model_parser_test.go removes unused properties 2017-12-05 08:26:43 +01:00
model_parser.go prom: add support for default step param (#9866) 2017-11-15 11:22:00 +01:00
models.go prom: add support for default step param (#9866) 2017-11-15 11:22:00 +01:00
query_part_test.go refactor response flow 2017-09-21 15:02:17 +02:00
query_part.go refactor response flow 2017-09-21 15:02:17 +02:00
query_test.go influxdb: escape backslashes in tag values (for alerting) 2018-02-19 10:02:14 +01:00
query.go influxdb: escape backslashes in tag values (for alerting) 2018-02-19 10:02:14 +01:00
response_parser_test.go style: go fmt with simplify 2017-01-27 15:21:02 +01:00
response_parser.go influxdb: pass tags to alerting from influxdb client 2017-12-01 16:16:49 +01:00