Signed-off-by: hagen1778 <roman@victoriametrics.com>
This commit is contained in:
hagen1778 2024-06-25 12:17:30 +02:00
parent f6cafaab14
commit 7f279301d7
No known key found for this signature in database
GPG key ID: 3BF75F3741CA9640
2 changed files with 3 additions and 1 deletions

View file

@ -9491,7 +9491,7 @@ func TestNoImplicitConversionRequiredTrue(t *testing.T) {
// this query will fail the test because it contains subquery // this query will fail the test because it contains subquery
// f(`aggr_over_time(("rate", "increase"), foo[1h])`) // f(`aggr_over_time(("rate", "increase"), foo[1h])`)
// metricsql rollup functions // rollup functions with extra params
f(`predict_linear(foo{}[1h], 86400)`) f(`predict_linear(foo{}[1h], 86400)`)
f(`quantile_over_time(0.99, foo[1h])`) f(`quantile_over_time(0.99, foo[1h])`)
f(`quantiles_over_time("phi", 0.5, 0.99, foo[1h])`) f(`quantiles_over_time("phi", 0.5, 0.99, foo[1h])`)

View file

@ -31,6 +31,8 @@ See also [LTS releases](https://docs.victoriametrics.com/lts-releases/).
* FEATURE: [dashboards](https://grafana.com/orgs/victoriametrics): add [Grafana dashboard](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/dashboards/vmauth.json) and [alerting rules](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/deployment/docker/alerts-vmauth.yml) for [vmauth](https://docs.victoriametrics.com/vmauth/) dashboard. See [this issue](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/4313) for details. * FEATURE: [dashboards](https://grafana.com/orgs/victoriametrics): add [Grafana dashboard](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/dashboards/vmauth.json) and [alerting rules](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/deployment/docker/alerts-vmauth.yml) for [vmauth](https://docs.victoriametrics.com/vmauth/) dashboard. See [this issue](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/4313) for details.
* BUGFIX: [vmsingle](https://docs.victoriametrics.com/single-server-victoriametrics/): properly validate rollup functions which could contain not only rollup expressions when `-search.disableImplicitConversion` or `-search.logImplicitConversion` are enabled. For example, `predict_linear(up[5m], 86400)` or `quantile_over_time(0.99, foo[1h])` will now succeed the validation if these flags are set.
## [v1.102.0-rc2](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.102.0-rc2) ## [v1.102.0-rc2](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.102.0-rc2)
Released at 2024-06-24 Released at 2024-06-24