Releases: VictoriaMetrics/victoriametrics-datasource
v0.8.5
- 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
- BUGFIX: fix label join function in builder mode. See this issue.
Thanks to @yincongcyincong for the pull request. - BUGFIX: add missing rollup functions to the builder suggestion list. See this issue.
Thanks to @yincongcyincong for the pull request. - BUGFIX: properly apply ad-hoc filters for some rollup functions. See this issue.
Thanks to @yincongcyincong for the pull request.
v0.8.3
- 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
- BUGFIX: fix parsing of label names with special characters for the query builder. See this issue.
v0.8.1
- BUGFIX: fix an issue in the template variable service where accessing the
datasource
property ofundefined
caused a failure. See this issue.
v0.8.0
-
FEATURE: add variable type selector to optimize API usage, favoring /api/v1/labels and /api/v1/label/.../values over /api/v1/series. See this issue
-
BUGFIX: correct parsing the Annotations queries when template variables are used. See this issue. Thanks @dg-nvm !
v0.7.0
-
FEATURE: add visually highlight partial responses. See this issue
-
BUGFIX: correct the queries for
Label Filters
andMetrics Browser
for metrics with special characters. See this issue
v0.6.0
-
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)
- BUGFIX: fix query builder logic to correctly parse metric names with dots. See this issue
v0.5.0
-
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