VictoriaMetrics/app/vmstorage/transport
Aliaksandr Valialkin d450249955 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.
2020-03-30 20:21:47 +03:00
..
server.go lib/storage: properly handle {label=~"foo|"} filters as Prometheus does 2020-03-30 20:21:47 +03:00