Remove "AND" operator - Intersection class
What does this MR do and why?
We want to remove an unused feature. See #440599 (closed) for context.
Notice: Should be merged after !144857 (merged)
This MR addresses item 2) in the plan below.
The plan is to remove the feature entirely in a few steps to make reviews easier:
- Remove usage of the
Intersection
class from all sourcespostgres_hll
andredis_hll
- Remove the
Intersection
class and support for using theAND
operator - Remove all usage of the
operator
property in the code - Update generator to output metric definitions without
operator
. (Requires thatoperator
becomes optional in the json schema) - Migrate remove
operator
from all (currently 77) aggregated metric definitions - Update json schema do disallow the
operator
property
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Related to #440599 (closed)
Edited by Jonas Larsen