Skip to content

Releases: VictoriaMetrics/victorialogs-datasource

v0.12.0

12 Dec 16:53
21936b8
Compare
Choose a tag to compare
  • 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

10 Dec 16:48
f31bdac
Compare
Choose a tag to compare
  • 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

10 Dec 11:14
649d972
Compare
Choose a tag to compare
  • 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 the stats 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

04 Dec 17:06
3bc9782
Compare
Choose a tag to compare
  • 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

03 Dec 14:21
558d333
Compare
Choose a tag to compare
  • 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

20 Nov 14:21
c4d6669
Compare
Choose a tag to compare
  • 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

07 Nov 13:31
0b86b62
Compare
Choose a tag to compare
  • FEATURE: add support to display live logs by querying the tail endpoint in the datasource. See this issue

v0.6.2

30 Oct 18:13
a2ff0c6
Compare
Choose a tag to compare
  • BUGFIX: allow reading strings with arbitrary length when parsing response in stream mode. See this issue.

v0.6.1

17 Oct 15:29
e37f2b9
Compare
Choose a tag to compare
  • BUGFIX: fixed healthcheck

v0.6.0

16 Oct 10:18
79b8f68
Compare
Choose a tag to compare
  • FEATURE: add limit param for the /field_values request. See this issue.

  • BUGFIX: fix variable substitution in queries. See this issue.

  • BUGFIX: fixed health path for case, when url ends with trailing slash.

  • BUGFIX: fix the application of filtering in queries. See this issue.