thanos-io / promql-engine

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

Fuzz Test: change load to a string slice #381

Closed yeya24 closed 6 months ago

yeya24 commented 6 months ago

change load to a string slice in order to store multiple initial load string. Useful for distributed query case when there are multiple store to load initial data.