Skip to content

Refactor the HLL unique counting between visits and actions

Marc Shaw requested to merge refactor_hll_unique_action_counts into master

What does this MR do?

There is common code around the usage of Redis HLL between the tracking of page visits and the tracking of actions. This code is the refactoring of this to have the interaction with the Redis interface in one place.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Marc Shaw

Merge request reports