mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* Loki: Fix query error for step parameter - Loki does not fully support float steps like prometheus and returns a query error - this change makes sure that the step parameter is rounded to an integer * Added test and comments