thanos-io / promql-engine

Multi-threaded PromQL engine implementation based on the Volcano paper.
Apache License 2.0
133 stars 52 forks source link

Do not distribute subqueries #368

Closed fpetkovski closed 6 months ago

fpetkovski commented 6 months ago

Distributing subqueries currently yields incorrect results due multiple range windows. For now we can disable them to avoid wrong results.