Skip to content

Remove "AND" operator - Intersection class

Jonas Larsen requested to merge 440599-remove-intersection into master

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:

  1. Remove usage of the Intersection class from all sources postgres_hll and redis_hll
  2. Remove the Intersection class and support for using the AND operator
  3. Remove all usage of the operator property in the code
  4. Update generator to output metric definitions without operator. (Requires that operator becomes optional in the json schema)
  5. Migrate remove operator from all (currently 77) aggregated metric definitions
  6. 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

Merge request reports