mirror of
https://github.com/grafana/grafana.git
synced 2025-01-26 08:16:59 -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_test.go | ||
client.go | ||
index_pattern_test.go | ||
index_pattern.go | ||
models.go | ||
search_request_test.go | ||
search_request.go |