thanos-io / promql-engine

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

Use plan as parameter to remote execution #413

Closed fpetkovski closed 3 months ago

fpetkovski commented 3 months ago

Using the plan as an input parameter to a remote engine gives us more flexibility when creating a query. One example is using the custom vector selector which contains additional information, such as projection labels.