n
Size: a a a
n
CA
n
CA
AN
AF
AV
AV
К
AV
avg_over_time(m[d])
. Чтобы получить среднее скользящее за предыдущий день, нужно добавить в запрос offset 1d
: avg_over_time(m[d] offset 1d)
AF
avg_over_time(rate(nginx_ingress_controller_requests[1m])[30m])
, но вроде как нашёл воркэраундAF
AV
avg_over_time(rate(nginx_ingress_controller_requests[1m])[30m:1m])
AV
G
docs/CHANGELOG.md: cut v1.59.0
G
### ChangesMore
*
FEATURE: improved new time series registration speed on systems with many CPU cores. See [this issue](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1244). Thanks to [@waldoweng](https://github.com/waldoweng) for the idea a...
AF
J
G
### AddedMore
* Added `grid:auto` config section for fine tuning automatic label selection
for multi-grid, when multi-grid is configured to `Automatic selection`
in the UI or when `ui:multiGridLabel` config section is set to `@auto`.
* Added alert...
D