VictoriaMetrics/app
Aliaksandr Valialkin 25b841c6ed
app/vmselect/promql: fix duplicate time series error on joins against time series filtered by values
This should prevent from `duplicate time series` errors when executing the following query:

kube_pod_container_resource_requests{resource="cpu"} * on (namespace,pod) group_left() (kube_pod_status_phase{phase=~"Pending|Running"}==1)

where `kube_pod_status_phase{phase=~"Pending|Running"}==1` filters out diplicate time series
2022-04-20 22:21:20 +03:00
..
vmagent all: typo fix: Kuberntes -> Kubernetes 2022-04-20 10:51:41 +03:00
vmalert lib/httpserver: clarify that -tls flag enables TLS for http requests to -httpListenAddr 2022-04-16 16:59:41 +03:00
vmauth lib/httpserver: clarify that -tls flag enables TLS for http requests to -httpListenAddr 2022-04-16 16:59:41 +03:00
vmbackup app: sync Markdown changes from a8de1ab000 2022-03-22 14:12:03 +02:00
vmbackupmanager app: sync Markdown changes from a8de1ab000 2022-03-22 14:12:03 +02:00
vmctl vmctl: Return non zero error code if validation or subcommand fails (#2462) 2022-04-13 14:14:25 +03:00
vmgateway app: sync Markdown changes from a8de1ab000 2022-03-22 14:12:03 +02:00
vminsert vmctl verify-blocks command (#2390) 2022-04-05 17:46:36 +03:00
vmrestore app: sync Markdown changes from a8de1ab000 2022-03-22 14:12:03 +02:00
vmselect app/vmselect/promql: fix duplicate time series error on joins against time series filtered by values 2022-04-20 22:21:20 +03:00
vmstorage app/vmstorage: properly handle maxSeries limit passed from vmselect to vmstorage 2022-04-12 11:19:07 +03:00
vmui fix: prevent graph hiding without data (#2456) 2022-04-16 17:16:17 +03:00