VictoriaMetrics/app/vmselect
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 lib/storage: properly handle {label=~"foo|"} filters as Prometheus does 2020-03-31 00:48:18 +03:00
prometheus app/vmselect/prometheus: allow passing relative time to start, end and time args of /api/v1/* queries 2020-03-29 21:57:14 +03:00
promql app/vmselect: adjust label_map() handling for corner cases 2020-03-13 18:45:03 +02:00
main.go app/vmselect: add /internl/resetRollupResultCache handler for resetting response cache 2020-02-21 13:58:05 +02:00
README.md all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00

vmselect performs the incoming queries and fetches the required data from vmstorage.