Skip to content

Remove "AND" operator - operator usage

Jonas Larsen requested to merge 440599-remove-usage-of-operator into master

What does this MR do and why?

We want to remove an unused feature. See #440599 (closed) for context.

This MR addresses item 3) 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.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Related to #440599 (closed)

Edited by Jonas Larsen

Merge request reports