VictoriaMetrics/app/vmselect/searchutils
Roman Khavronenko fa2107bbec
metricsql: bump to v0.83.0 (#8141)
metricsql: bump to v0.83.0

See https://github.com/VictoriaMetrics/VictoriaMetrics/issues/7703

The update also returns an error if metric name is specified twice in
metrics selector.
For example, `foo{__name__="bar"}` is not allowed anymore. It would
successfully parse before
this change, but it won't satisfy the search filter any way. So it had
no sense in supporting this. This is why some test cases were removed.

Signed-off-by: hagen1778 <roman@victoriametrics.com>

### Checklist

The following checks are **mandatory**:

- [ ] My change adheres [VictoriaMetrics contributing
guidelines](https://docs.victoriametrics.com/contributing/).

Signed-off-by: hagen1778 <roman@victoriametrics.com>
2025-02-01 22:22:29 +01:00
..
searchutils.go vmselect: add -search.maxDeleteDuration to limit the duration of th… (#8039) 2025-01-17 15:09:42 +01:00
searchutils_test.go metricsql: bump to v0.83.0 (#8141) 2025-02-01 22:22:29 +01:00