Skip to content

Releases: VictoriaMetrics/victorialogs-datasource

v0.2.2

25 Jun 10:37
da688de
Compare
Choose a tag to compare
  • BUGFIX: fix bug with displaying responses with a custom set of fields. See this issue.
  • BUGFIX: change time range limitation from _time in the expression to start and end query args. See this issue.

v0.2.1

05 Apr 13:21
058bd8d
Compare
Choose a tag to compare
  • BUGFIX: change the metrics flag from false to true in plugin.json to ensure the plugin appears in the Grafana datasource selection list.

v0.2.0

01 Apr 08:48
aaf3ff8
Compare
Choose a tag to compare
  • FEATURE: add support for variables in the query. See this issue.

  • FEATURE: add client-side record limit check for VictoriaLogs < v0.5.0 support. See this issue.

  • BUGFIX: fix a bug where a manually removed filter would persist in the query after the "Run query" button is clicked.See this issue.

  • BUGFIX: fix query handling to correctly apply _time filter across all queries. See this issue and this issue.

  • BUGFIX: fix an issue where sometimes an empty response was returned despite having data in VictoriaLogs. See this issue.

Initial release of the plugin

14 Feb 16:25
79999d3
Compare
Choose a tag to compare
  • FEATURE: init base structure project
  • FEATURE: Init backend part of the plugin
  • FEATURE: add query editor