Releases: VictoriaMetrics/victoriametrics-datasource
Releases · VictoriaMetrics/victoriametrics-datasource
v0.15.0-alpha2
- BUGFIX: removed version constraint for secure proxy configuration
v0.15.0-alpha1
Update Note 1: This is an alpha release. We do not recommend using it in production.
- Added PDC support. See this issue.
v0.14.0
-
FEATURE: automatically escape metric and label names in the query builder. See this issue.
-
BUGFIX: fix an issue where the
vmui
link had an incorrect address of the typeabout:blank
. See this issue. -
BUGFIX: fix change of the selected time range when aligning query intervals. See #275.
v0.13.4
- BUGFIX: fix error when response detected as not a wide series. See this issue.
- BUGFIX: fix the inspector query while press on refresh button.
Thanks to @yincongcyincong for the pull request.
v0.13.3
- BUGFIX: correctly calculate step for the instant query, use
5m
step for the alerting queries if interval wasn't explicitly set by user. This change reduces alerts flapping for Grafana managed alerts. See this issue.
v0.13.2
- BUGFIX: use
5m
step for the alerting queries if interval wasn't explicitly set by user. This change reduces alerts flapping for Grafana managed alerts. See this issue.
v0.13.1
Automatic CHANGELOG update (#270)
v0.13.0
v0.12.2
v0.12.1
- BUGFIX: fix issue with including the lezer-metricsql package to the build and fix public folder. See this PR.
- BUGFIX: fix plugin loading for query formatting in the editor. See this issue.
- BUGFIX: fix issue with "Prettify query" functionality corrupting dashboard JSON model. See this issue.