Skip to content

Releases: VictoriaMetrics/victoriametrics-datasource

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

v0.6.0

31 Jan 11:32
8d50ca1
Compare
Choose a tag to compare
  • FEATURE: add support metrics with special characters in the query builder. See this issue

  • BUGFIX: fix the default link to vmui. See this issue

  • BUGFIX: fix the parsing logic in renderLegendFormat to correctly replace legend label names. See this issue

  • BUGFIX: fix query editor, which produces a lot of requests for alerting rule evaluation. See this issue

v0.5.1: Pre release (#130)

10 Jan 15:39
0e9ea3e
Compare
Choose a tag to compare
  • BUGFIX: fix query builder logic to correctly parse metric names with dots. See this issue