Bug Report
What did you do?
Send series query like: /api/v1/series?match[]={le!=""}
What did you expect to see?
Well, this is a very heavy query, so I expect Prometheus to hit timeout or other limits.
What did you see instead? Under which circumstances?
The query is executing for ~30 mins until Prometheus is OOM killed.
Normally Prometheus use ~25Gb of memory. This query forces to use more than 90Gb.
Here is memory usage graph:

Disk read:

Environment
We deploy Prometheus to Kubernetes using Prometheus Operator
@brian-brazil
Bug Report
What did you do?
Send series query like:
/api/v1/series?match[]={le!=""}What did you expect to see?
Well, this is a very heavy query, so I expect Prometheus to hit timeout or other limits.
What did you see instead? Under which circumstances?
The query is executing for ~30 mins until Prometheus is OOM killed.
Normally Prometheus use ~25Gb of memory. This query forces to use more than 90Gb.
Here is memory usage graph:

Disk read:

Environment
We deploy Prometheus to Kubernetes using Prometheus Operator
@brian-brazil