thanos-io / promql-engine

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

Return series even when duplicated #414

Closed fpetkovski closed 3 months ago

fpetkovski commented 3 months ago

The engine returns an error when duplicate series are present in the final result. It would still be useful to return the result in addition to the error for debugging purposes.