-
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/vmui
will be used. See #369. -
BUGFIX: fix unpredictable behavior when determining a
Max Data Points
option for a range query. See #393. -
BUGFIX: respect user-specified
Min Interval
for 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
option
field in the query for the/stats
API. By the documentation it should be passed at the beginning of LogsQL query. See #389.