Releases: VictoriaMetrics/victorialogs-datasource
Releases · VictoriaMetrics/victorialogs-datasource
v0.2.2
- 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 tostart
andend
query args. See this issue.
v0.2.1
- BUGFIX: change the
metrics
flag fromfalse
totrue
inplugin.json
to ensure the plugin appears in the Grafana datasource selection list.
v0.2.0
-
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
- FEATURE: init base structure project
- FEATURE: Init backend part of the plugin
- FEATURE: add query editor