Skip to content

Releases: VictoriaMetrics/victoriametrics-datasource

v0.10.0

15 Oct 10:09
19c85d4
Compare
Choose a tag to compare
  • FEATURE: set the default query type to instant when creating alerting rules. See this issue.

  • BUGFIX: removed /select/-prefixed part of path for /health endpoint requests. See this issue.

v0.9.1

24 Sep 09:13
3bbac17
Compare
Choose a tag to compare

v0.9.0

21 Aug 13:33
0992850
Compare
Choose a tag to compare
  • FEATURE: make retry attempt for datasource requests if returned error is a temporary network error. See this issue

v0.8.5

06 Aug 10:32
ac7a87f
Compare
Choose a tag to compare
  • BUGFIX: restore support for Grafana versions below 10.0.0. See this issue.
  • 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.8.4

08 Jul 09:11
c5033fb
Compare
Choose a tag to compare

v0.8.3

26 Jun 13:26
722606c
Compare
Choose a tag to compare
  • BUGFIX: fix an issue with prettify query if the query includes Grafana variables in the lookbehind window. See this issue.
  • BUGFIX: fix an issue with ad-hoc filters applied to variables in query. See this issue. Thanks to @yincongcyincong for the pull request.

v0.8.2

27 May 12:41
44691f1
Compare
Choose a tag to compare
  • BUGFIX: fix parsing of label names with special characters for the query builder. See this issue.

v0.8.1

17 Apr 12:56
12708ad
Compare
Choose a tag to compare
  • BUGFIX: fix an issue in the template variable service where accessing the datasource property of undefined caused a failure. See this issue.

v0.8.0

09 Apr 13:11
899e931
Compare
Choose a tag to compare

v0.7.0

20 Mar 14:06
4c43dcc
Compare
Choose a tag to compare
  • FEATURE: add visually highlight partial responses. See this issue

  • BUGFIX: correct the queries for Label Filters and Metrics Browser for metrics with special characters. See this issue