-
FEATURE: align
startandendof range queries to the query step. See #539.- Note: if a query returns 50 or more data points, VictoriaMetrics shifts
startandenda bit further on its own side to make response caching work, so the returned timestamps may not match the selected time range exactly. Addnocache=1to the datasource custom query parameters to turn this off.
- Note: if a query returns 50 or more data points, VictoriaMetrics shifts
-
BUGFIX: bring back warning about partial response. See #542. Thanks to @ilyalabun for contributing.
-
BUGFIX: send
start,endandtimequery params as unix milliseconds instead of whole seconds, so zoomed-in graphs with sub-second steps are no longer cut off at the edges. See #539.