mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
3c7c71a49c
The following corner cases now supported: * label_map(q, "label", "", "foo") - adds `label="foo"` to series with missing `label` * label_map(q, "label", "foo", "") - removes `label="foo"` from series All the unmatched labels are kept unchanged. |
||
---|---|---|
.. | ||
netstorage | ||
prometheus | ||
promql | ||
main.go | ||
README.md |
vmselect
performs the incoming queries and fetches the required data
from vmstorage
.