Releases: VictoriaMetrics/victorialogs-datasource
v0.13.2
-
SECURITY: bump Go version to 1.23.4. See the list of issues addressed in Go1.23.4.
-
SECURITY: bump golang.org/x/net to 0.33.0. See GHSA-w32m-9786-jp63
-
FEATURE: enable to set headers for every request to the datasource. It helps to use custom headers in the Grafana to define AccountID and ProjectID if it is needed. See this issue.
v0.13.1
-
FEATURE: update plugin dependencies to satisfy Grafana marketplace requirements.
-
BUGFIX: filter out empty variable values in queries. See this issue.
v0.13.0
Update Note 1:
In the new version of the plugin, the plugin ID has been updated. The new plugin ID is victoriametrics-logs-datasource
. This is a breaking change: Grafana will treat this as a new plugin.
- You must update the
allow_loading_unsigned_plugins
field in thegrafana.ini
ordefaults.ini
configuration file.
Example:allow_loading_unsigned_plugins = victoriametrics-logs-datasource
- If you are using provisioning, update the
type
field tovictoriametrics-logs-datasource
in your provisioning configuration. - After making these changes, you must restart the Grafana server for the updates to take effect.
- FEATURE: update plugin id name to
victoriametrics-logs-datasource
to prepare the plugin for the sign procedure. See this issue.
v0.12.0
-
FEATURE: add compatibility for Grafana
v10.x.x
to ensure/select/logs/hits
displays precise logs volume on the Explore page. See this comment. -
BUGFIX: properly parse timestamps with milliseconds precision in datasource response. See this issue.
v0.11.1
- BUGFIX: fix the check for the stats pipe functions in expressions.
- BUGFIX: fix plugin loading issue in Grafana
v10.x.x
. See this issue.
v0.11.0
-
FEATURE: add tooltips and info messages for query types. Now, plugin will warn about correct usage of
stats
panels and will provide more info about different query types. -
FEATURE: automatically add
_time
field if it s not present in the query for thestats
API call. See this issue. -
FEATURE: add support for
/select/logs/hits
to display precise logs volume on the Explore page. See this issue. -
BUGFIX: fix bug with incomplete rendering of time series panels when selecting bigger time intervals.
-
BUGFIX: fix a bug where the time range was reset when using query variables. See this issue.
-
BUGFIX: fix incorrect application of ad-hoc filters in panels. See this issue.
-
BUGFIX: fix replacement of multi-variables in expressions. See this issue.
v0.10.0
-
FEATURE: add alerting support. See this issue.
-
FEATURE: implement a toggle to switch between instant and range requests. See this issue.
-
FEATURE: add options to configure the legend template, limit for number of log lines, and step. See this and this issues.
-
BUGFIX: fix support multi options with label values of stream-fields. See this issue.
Thanks to @worker24h for the pull request.
v0.9.0
-
FEATURE: Add support for the
$__range
variable in queries. It will be transformed to the[time_from, time_to]
in the Unix format. See this issue. -
BUGFIX: show the original error message returned from the VictoriaLogs backend. It should help to troubleshoot problems with query or syntax. See this issue.
v0.8.0
-
FEATURE: add support for the
/select/logsql/stats_query
and/select/logsql/stats_query_range
API calls. This feature helps to build different panels with statistic data. See this issue. -
BUGFIX: fix options sorting in variables for numerical data type. See this issue.
v0.7.0
- FEATURE: add support to display live logs by querying the tail endpoint in the datasource. See this issue