Skip to content

v0.26.0

Choose a tag to compare

@github-actions github-actions released this 11 Sep 11:22
· 3 commits to main since this release
94608e4
  • FEATURE: align start and end of range queries to the query step. See #539.

    • Note: if a query returns 50 or more data points, VictoriaMetrics shifts start and end a bit further on its own side to make response caching work, so the returned timestamps may not match the selected time range exactly. Add nocache=1 to the datasource custom query parameters to turn this off.
  • BUGFIX: bring back warning about partial response. See #542. Thanks to @ilyalabun for contributing.

  • BUGFIX: send start, end and time query 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.