Prometheus uses logical/set binary operators for set-based operations on instant vectors.Operators like AND (Intersection) return time series present in both sides.Operators like OR (Union) return time series present in either side.Operators like UNLESS (Complement) return time series on the left side only, not on the right.