thanos-io / promql-engine

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

Recreate selector matchers during unmarshal #445

Closed fpetkovski closed 5 months ago

fpetkovski commented 5 months ago

When unmarshaling a plan, we need to recreate regex matchers since they contain an internal regex object which is used for matching label values.