mirror of
https://github.com/grafana/grafana.git
synced 2024-12-01 13:09:22 -06:00
9fb8339f87
* Use integers for time range filter Previously it was passed as a string which is automatically converted by Elastic to a number only if the field type is "date". For other types (e.g. "long") such conversion doesn't work. In theory "date" could be passed as a formatted string but we don't use it this way and always pass it as a number so it is safe to always pass numbers, not strings. * Fix time_series_query_test * Retrigger build |
||
---|---|---|
.. | ||
client | ||
elasticsearch_test.go | ||
elasticsearch.go | ||
models.go | ||
response_parser_test.go | ||
response_parser.go | ||
time_series_query_test.go | ||
time_series_query.go |