Skip to content

Use feature from know_events yml files for checking the features for track_redis_hll_event [RUN AS-IF-FOSS]

What does this MR do?

Add feature flag check in Gitlab::UsageDataCounters::HLLRedisCounter.track_event

Remove individual feature flag from controller concern RedisTracking

Use default_enabled: :yaml

Update Gitlab::UsageDataCounters::HLLRedisCounter to check for the feature flag defined for each event.

With this MR we update track_redis_hll_event See issue description for mare details #276948 (closed)

Screenshots (strongly suggested)

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

Related to #276948 (closed)

Edited by Alina Mihaila

Merge request reports