thanos-io / promql-engine

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

Distribute binary expressions with top level functions #409

Closed fpetkovski closed 3 months ago

fpetkovski commented 3 months ago

It's handy to distribute binary expressions where one side of the operation is a no-argument function, since the results will be identical in all remote engines.