grafana/pkg/tsdb/influxdb
Kyle Brandt 026bf1f9ca
SSE/InfluxDB: Change InfluxQL to work with server side expressions (#31691)
* SSE/InfluxDB: Change InfluxQL to work with server side expressions
updates the request to handle EpochMS as the time range (which is what expressions sends)
and the response to use millisecond timestamps instead of seconds.
fixes #31604
similar to https://github.com/grafana/grafana/pull/31455
2021-03-18 08:02:37 -04:00
..
flux Introduce TSDB service (#31520) 2021-03-08 07:02:49 +01:00
influxdb_test.go Introduce TSDB service (#31520) 2021-03-08 07:02:49 +01:00
influxdb.go Introduce TSDB service (#31520) 2021-03-08 07:02:49 +01:00
model_parser_test.go Chore: Rewrite influxdb query parser test to standard library (#29940) 2020-12-21 07:51:46 +01:00
model_parser.go Introduce TSDB service (#31520) 2021-03-08 07:02:49 +01:00
models.go Chore: Remove unused Go code (#28852) 2020-11-17 11:51:31 +01:00
query_part_test.go Introduce TSDB service (#31520) 2021-03-08 07:02:49 +01:00
query_part.go Introduce TSDB service (#31520) 2021-03-08 07:02:49 +01:00
query_test.go Introduce TSDB service (#31520) 2021-03-08 07:02:49 +01:00
query.go SSE/InfluxDB: Change InfluxQL to work with server side expressions (#31691) 2021-03-18 08:02:37 -04:00
response_parser_test.go Chore: Fix various spelling errors in back-end code (#25241) 2020-06-01 17:11:25 +02:00
response_parser.go SSE/InfluxDB: Change InfluxQL to work with server side expressions (#31691) 2021-03-18 08:02:37 -04:00