VL
Size: a a a
VL
VL
A
VL
AS
rate(node_network_receive_bytes_total{instance=~"st-csc1.fr.*",device=~"bond.*"} * 8) / 1024 / 1024
- тоже неправильно?AS
AV
rate(node_network_receive_bytes_total{instance=~"st-csc1.fr.*",device=~"bond.*"} * 8) / 1024 / 1024
- тоже неправильно?rollup_rate
- он возвращает максимальный рейт на каждом интервале. Как-то так:label_match(rollup_rate(node_network_receive_bytes_total{instance=~"st-csc1.fr.*",device=~"bond.*"}), "rollup", "max")
rate
, rollup_rate
и любых функций, принимающих range vector, т.е. хрень, где в конце можно поставить квадратные скобки вроде rate(foo{bar="baz"}[1h])
. Если умножать, делить или вызывать любые функции внутри функций, принимающих range vector, в результате обычно получится не то, что ожидалось, т.к. будут вычисляться подзапросы (subqueries). См. https://prometheus.io/blog/2019/01/28/subquery-support/VL
S
yL
G
### Changes since v1.34.4More
* BUGFIX: properly handle `{label=~"foo|"}` filters as Prometheus does. See [#395](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/395)
* ENHANCEMENT: optimize per-day inverted index search for tag filters mat...
AV
node_filesystem_free_bytes and (node_filesystem_size_bytes == on(instance) group_left() max(node_filesystem_size_bytes) by (instance))
S
node_filesystem_free_bytes and (node_filesystem_size_bytes == on(instance) group_left() max(node_filesystem_size_bytes) by (instance))
node_filesystem_free_bytes and topk(1,node_filesystem_size_bytes{fstype="ext4",instance=~"^(ce).*"}) by (instance)
AV
node_filesystem_free_bytes and topk(1,node_filesystem_size_bytes{fstype="ext4",instance=~"^(ce).*"}) by (instance)
topk
тоже вроде нормG
This release adds multi-grid support, see [docs](https://github.com/prymitive/karma/blob/v0.57/README.md#label-based-multi-grid) for details.More
Full changelog:
* [#1565](https://github.com/prymitive/karma/pull/1565) chore(ui): upgrade all 3rd party...
G
This release adds multi-grid support, see [docs](https://github.com/prymitive/karma/blob/v0.57/README.md#label-based-multi-grid) for details.More
Full changelog:
* [#1565](https://github.com/prymitive/karma/pull/1565) chore(ui): upgrade all 3rd party...
G
This is a bugfix release that resolves a bug in multi-grid support that was added in [v0.57](https://github.com/prymitive/karma/releases/tag/v0.57).More
Full changelog:
* [#1568](https://github.com/prymitive/karma/pull/1568) fix(ui): always render la...
G
This is a bugfix release that resolves a bug in multi-grid support that was added in [v0.57](https://github.com/prymitive/karma/releases/tag/v0.57).More
Full changelog:
* [#1568](https://github.com/prymitive/karma/pull/1568) fix(ui): always render la...
N