Skip to content

Releases: VictoriaMetrics/victorialogs-datasource

v0.5.0: make pre-release changes (#76)

12 Sep 14:21
fa90658
Compare
Choose a tag to compare
  • FEATURE: add support of the $__interval variable in queries. See this issue.
    Thanks to @yincongcyincong for the pull request.

  • BUGFIX: correctly pass time range filter when querying variable values. Before, time filter wasn't applied for /field_values and /field_names API calls. See this and this issues.

  • BUGFIX: fix the issue with displaying incorrect subfields when requesting logs with different set of fields. See this issue.

v0.4.0

02 Sep 15:01
73cdd1b
Compare
Choose a tag to compare
  • FEATURE: make retry attempt for datasource requests if returned error is a temporary network error. See this issue

  • BUGFIX: fix dynamic variable issue causing this is undefined error. See this issue.

  • BUGFIX: fix multi-value variable handling to properly format queries. See this issue.

  • BUGFIX: fix issue with special characters in variable values. See this issue.

v0.3.0

21 Aug 16:56
0cfa4ed
Compare
Choose a tag to compare
  • FEATURE: add beta version of the query builder. The builder allows selecting field names and field value. See this issue.
  • FEATURE: add support for loading data for variables, including log field names and values. This feature allows querying /select/logsql/field_names for field names and /select/logsql/field_values for field values. See this issue.

v0.2.6

06 Aug 10:20
68bf247
Compare
Choose a tag to compare
  • BUGFIX: fix issue with forwarding headers from datasource to the backend or proxy.
    It might be helpful if a user wants to use some kind of authentication. See this issue

v0.2.5

22 Jul 08:50
144a77d
Compare
Choose a tag to compare
  • BUGFIX: fix bug with a parsing response when the time field is empty but the message and labels are present.
    It happens when the user tries to show only the stats number. See this issue.

v0.2.4

08 Jul 09:24
1dfb3a4
Compare
Choose a tag to compare
  • BUGFIX: fix bug with parsing response when one of the field contains ANSI escape sequences. See this issue.

v0.2.3

28 Jun 09:38
579ae30
Compare
Choose a tag to compare
  • BUGFIX: fix bug with displaying response when one of the stream field is defined and lines are not collected. See this issue.

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.