Skip to content

Releases: VictoriaMetrics/victorialogs-datasource

v0.18.1

25 Jun 08:08
5b3c6da
Compare
Choose a tag to compare
  • BUGFIX: fix an issue when the additional level label was added if the logs level rules aren't configured. See this issue.
  • BUGFIX: fix an issue with loading field names when creating a variable using a variable or a regexp operator in the query. See this issue.
  • BUGFIX: fix an issue where ad-hoc filtering is applied incorrectly with extract pipe. See this issue.

v0.18.0

19 Jun 12:09
c9aed95
Compare
Choose a tag to compare
  • FEATURE: improve query builder – when using AND operator, field and value selection is now narrowed. See this issue.
  • FEATURE: add a section to the datasource settings for tenant configuration. See this issue.
  • BUGFIX: fix an issue where line charts were incorrectly connecting data points across missing (null) values despite the "Connect null values" panel setting being set to "Never". See this issue.

v0.17.0

29 May 07:54
b8f853b
Compare
Choose a tag to compare
  • FEATURE: add support for configuring log level using custom rules. See this issue.
  • FEATURE: add support for build the freebsd/amd64. See this pull request. Thanks to @AlexanderThaller.
  • BUGFIX: fix an issue when Grafana decides that the response is not a wide series and shows the error "input data must be a wide series but got type not (input refid)". See this issue.

v0.16.3

11 Apr 09:32
baba6dc
Compare
Choose a tag to compare
  • FEATURE: enabled PDC support. See VictoriaMetrics#8800 for details.
  • BUGFIX: fix shows the original error message returned from the VictoriaLogs backend on status code 400. It should help to troubleshoot problems with query or syntax. See this pull request.
  • BUGFIX: fix extend the Custom query parameters label width to fix the title. See this pull request
    Thanks to @tommysitehost.
  • BUGFIX: fix handle empty _stream field when it returns like _stream:"{}" from the datasource. See this issue.

v0.16.2

06 Apr 12:33
9a49a1e
Compare
Choose a tag to compare

v0.16.1

02 Apr 08:31
2d28a95
Compare
Choose a tag to compare
  • BUGFIX: fix log context in dashboard view. See this pull request.
  • BUGFIX: fix parsing of _stream field with other than alpha-numeric characters in stream keys. See this issue and this issue.
  • BUGFIX: fix a bug where array indices were appended to log messages, resulting in incorrect log display on the dashboard. See this issue.
  • BUGFIX: fix Ad Hoc filter values autocomplete. See this issue.
  • BUGFIX: fix loading of field values for Grafana variables. See this issue.

v0.16.0

14 Mar 09:21
6b26bd6
Compare
Choose a tag to compare
  • FEATURE: implements the getLogRowContext method. See this issue.
    Thanks to @Libr4rian for this pull request.
  • FEATURE: add support for build the linux/s390x. Extend backend build process to add more architectures. See this issue.
  • FEATURE: add configuration screen for Custom query parameters. See this issue.
    Thanks to @tommysitehost for this pull request.
  • BUGFIX: fix build annotation from the label field. All labels transforms to the string representation. See this issue.
  • BUGFIX: fix the bug with incorrect bar display on the Logs Volume chart. See this issue.

v0.15.0

12 Feb 14:00
e274bcb
Compare
Choose a tag to compare
  • FEATURE: add configuration screen for derived fields. See this issue.
    Thanks to @090809 for the pull request.
  • BUGFIX: fix live mode shows the first query result instead of separately requested two different results. See this issue.

v0.14.3

30 Jan 13:51
a411ac0
Compare
Choose a tag to compare
  • BUGFIX: fix image links in public readme.

v0.14.2

29 Jan 12:47
b532af3
Compare
Choose a tag to compare
  • BUGFIX: fix issue with plugin signature.