Skip to content

Releases: VictoriaMetrics/victoriametrics-datasource

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

v0.5.0

19 Dec 15:03
6cf355e
Compare
Choose a tag to compare
  • FEATURE: add Windows support for backend plugin. See how to build backend plugin for various platforms here. See this issue.

  • FEATURE: migrate to React to prevent warnings about the discontinuation of Angular support. See this issue.

  • FEATURE: add --version flag for backend datasource binary. See this issue.

  • FEATURE: add a warning window about using WITH templates for not yet created dashboards. See this issue.

  • FEATURE: add a separate scope for storing WITH templates for the Explore tab.

  • BUGFIX: fix incorrect parsing when switching between code/builder modes in query editor. See this issue