Open
Description
Certain PromQL expression can be considered as (sample) selectors and can be evaluated directly in scanners.
One example is:
sum(kube_pod_info == 1)
For this query, we could apply == 1
directly into the vector_selector (maybe we should rename this to vector_scanner) and avoid emitting samples which do not match that binary operation.
Metadata
Metadata
Assignees
Labels
No labels