VictoriaMetrics/app/vmselect/netstorage
Aliaksandr Valialkin 318326c309 lib/storage: properly handle {label=~"foo|"} filters as Prometheus does
Such filters must match all the time series with `label="foo"` plus all the time series without `label`

Previously only time series with `label="foo"` were matched.

Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/395
2020-03-31 00:48:18 +03:00
..
netstorage.go lib/storage: properly handle {label=~"foo|"} filters as Prometheus does 2020-03-31 00:48:18 +03:00
tmp_blocks_file.go lib/fs: optimize small reads for ReaderAt.MustReadAt by reading from memory-mapped space instead of reading from file descriptor 2020-01-30 15:09:05 +02:00
tmp_blocks_file_test.go app/vmselect/netstorage: marshal block outside tmpBlocksFile.WriteBlock 2019-09-28 21:07:13 +03:00