Remove "AND" operator - operator usage
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:
- 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.
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