thanos-io / promql-engine

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

Replace AST aggregation with custom node #424

Closed fpetkovski closed 3 months ago

fpetkovski commented 3 months ago

This is a follow up to #423 and applies the same replacement to the aggregation node.