Skip to content

Check for usage ping enabled when tracking using Redis HLL

What does this MR do?

We generate and send usage data payload if usage ping is enabled https://gitlab.com/gitlab-org/gitlab/-/blob/master/app/services/submit_usage_ping_service.rb#L20

We should do the same with tracking, for example in case of tracking using Redis HLL

With this MR we track events using Redis HLL only if usage ping is enabled

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

Closes #245247 (closed)

Closes #245247 (closed)

Edited by Alina Mihaila

Merge request reports