Releases: VictoriaMetrics/victoriametrics-datasource
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.
v0.12.0
Update Note 1:
In the new version of the plugin, the plugin ID has been updated. The new plugin ID is victoriametrics-metrics-datasource
. This is a breaking change: Grafana will treat this as a new plugin.
- You must update the
allow_loading_unsigned_plugins
field in thegrafana.ini
ordefaults.ini
configuration file.
Example:allow_loading_unsigned_plugins = victoriametrics-metrics-datasource
- If you are using provisioning, update the
type
field tovictoriametrics-metrics-datasource
in your provisioning configuration. - After making these changes, you must restart the Grafana server for the updates to take effect.
- FEATURE: update plugin id name to
victoriametrics-metrics-datasource
after the review while sign procedure. See this issue.
v0.11.1
- BUGFIX: fix checksum calculation for release files.
v0.11.0
-
FEATURE: include request url in the
got unexpected response status code
error message for troubleshooting.
Thanks to @chenlujjj for the pull request. -
BUGFIX: fix issue with variables not working in adhoc filters. See this issue.
-
BUGFIX: fix query type switching when creating alerts in Grafana. See this issue
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