v0.21.0
-
FEATURE: add run in vmui button. The VMUI URL can be configured in the datasource settings. If not specified, the datasource URL with the path
/select/vmuiwill be used. See #369. -
BUGFIX: fix unpredictable behavior when determining a
Max Data Pointsoption for a range query. See #393. -
BUGFIX: respect user-specified
Min Intervalfor a range queries. Before, the interval could have been rounded to smaller values and result in unexpected distance between datapoints on graph. See #390. -
BUGFIX: fix an issue with the incorrect handling
optionfield in the query for the/statsAPI. By the documentation it should be passed at the beginning of LogsQL query. See #389.