mirror of
https://github.com/prometheus/prometheus.git
synced 2025-09-24 23:31:02 +02:00
For the label matching index-based preselection phase, don't do an OR between equality and non-equality matchers. Execute only one of the two (with equality matchers preferred when present). Fixes https://github.com/prometheus/prometheus/issues/924