Releases: VictoriaMetrics/victoriametrics-datasource
Releases · VictoriaMetrics/victoriametrics-datasource
v0.10.3
- BUGFIX: fix query loading when using multiple visible queries in a panel. See this issue.
- BUGFIX: fix escaping when selecting metrics in the metrics browser. See this issue.
- BUGFIX: fix incorrect step calculation in annotation queries. See this issue.
v0.10.2
-
BUGFIX: fix the inspector query while press on refresh button. See this issue.
Thanks to @yincongcyincong for the pull request. -
BUGFIX: fix shows the value after prettified request in the table view. See this issue.
Thanks to @yincongcyincong for the pull request.
v0.10.1
- BUGFIX: fixed healthcheck
v0.10.0
-
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
- BUGFIX: fix parsing dots in the the
label_values
function in the query builder. See this issue.
Thanks to @yincongcyincong for the pull request.
v0.9.0
- FEATURE: make retry attempt for datasource requests if returned error is a temporary network error. See this issue
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.