Skip to content

Releases: VictoriaMetrics/victoriametrics-datasource

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

v0.4.0

18 Sep 14:24
540da38
Compare
Choose a tag to compare

What's Changed

  • FEATURE: add datasource settings for limiting the number of metrics during discovery. The proper limits should protect users from slowing down the browser when datasource returns big amounts of discovered metrics in response. See this issue.

  • FEATURE: add a prettify query icon, which when clicked, formats the query. See this issue.

  • FEATURE: change the style of the buttons WITH templates and Run in vmui to icons.

  • BUGFIX: correctly handle custom query parameters in annotation queries. See this issue

  • BUGFIX: fix the duplication of labels in the legend when using expressions. See this issue

  • BUGFIX: fix the loading of metrics in the metrics browser. See this issue

  • BUGFIX: fix an issue where metricsql functions were not properly processed. See this issue

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

11 Aug 11:26
f8e4889
Compare
Choose a tag to compare

What's Changed

  • FEATURE: Improvements to WITH Templates (see #35 (comment)):
    • The management of WITH templates has been transferred from datasource settings to the panel editing page;
    • Improved display of templates in auto-complete hints;
    • Enabled auto-complete within curly braces for filters defined in templates;
    • Added support for Grafana variables such as $__interval, $__rate_interval, etc. in WITH expression validation;
    • Fixed the link to vmui when using WITH templates.

v0.2.1

18 Jul 13:13
18bc89e
Compare
Choose a tag to compare
  • BUGFIX: respect the time filter change on updating dashboard variables. See this issue

What's Changed

  • deployment/docker: bump node.js, go-lang and alpine versions to the latest by @dmitryk-dk in #79
  • Fix time range update for variables by @Loori-R in #81

v0.2.0

06 Jun 15:09
ddae5da
Compare
Choose a tag to compare
  • FEATURE: add the ability to define expressions for each panel so that users can define WITH templates once and then reuse them. See this issue.

  • FEATURE: add support MetricsQL to query builder. See this issue.

  • FEATURE: add the ability to change the link for Run in VMUI button. See this issue.

  • BUGFIX: fix the tracing display for Grafana version 9.4.

  • BUGFIX: support label with dots in names for template function label_values(). See this issue.

v0.1.3

09 Mar 13:25
bacbacb
Compare
Choose a tag to compare

Released at 08-03-2022

  • FEATURE: Add links to VMUI from the query panel. See this issue.
  • FEATURE: Add option to show query trace from the query panel. See this issue and this issue.
  • FEATURE: Change license to AGPLv3. See this issue.
  • BUGFIX: respect time filter for variables update. See this issue

v0.1.2

21 Dec 13:15
v0.1.2
80388f2
Compare
Choose a tag to compare

v0.1.2

Released at 21-12-2022

  • FEATURE: add annotation support
  • FEATURE: add datasource backend

v0.1.1

17 Nov 21:55
8267b3f
Compare
Choose a tag to compare

Dev release v0.1.1

Released at 17-11-2022

BUGFIX: Add enum AbstractLabelOperator. See this issue