VictoriaMetrics/vendor/github.com/VictoriaMetrics
Aliaksandr Valialkin cc54fa2a56
app/vmselect/promql: recommend to use (a op b) keep_metric_names instead of a op b keep_metric_names
The `a op b keep_metric_names` is ambigouos to `a op (b keep_metric_names)` when `b` is a transform or rollup function.
For example, `a + rate(b) keep_metric_names`. So it is better to use more clear syntax: `(a op b) keep_metric_names`

Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/3710
2023-07-16 23:47:15 -07:00
..
fastcache vendor: update github.com/VictoriaMetrics/fastcache from v1.9.0 to v1.10.0 2022-04-05 20:39:43 +03:00
fasthttp vendor: update github.com/VictoriaMetrics/fasthttp from v1.1.0 to v1.2.0 2023-02-21 17:50:25 -08:00
metrics vendor: update github.com/VictoriaMetrics/metrics from v1.23.1 to v1.24.0 2023-05-16 11:37:18 -07:00
metricsql app/vmselect/promql: recommend to use (a op b) keep_metric_names instead of a op b keep_metric_names 2023-07-16 23:47:15 -07:00