Skip to content

Unify PromQL instant and range query fetch/merge paths #581

Description

@milindsrivastava1997

PromQL instant queries and range queries use two independently implemented fetch/merge designs for the same underlying job, not one design expressed twice.

Binary-expr instant and range queries each just run the corresponding plain-query pipeline once per arm and combine client-side, so this fork is duplicated across all four PromQL query paths, not just the two plain ones.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions