@@ -351,9 +351,8 @@ Implemented using Redis methods [PFADD](https://redis.io/commands/pfadd) and [PF
...
@@ -351,9 +351,8 @@ Implemented using Redis methods [PFADD](https://redis.io/commands/pfadd) and [PF
be `{i_compliance_credential_inventory}-2020-34`.
be `{i_compliance_credential_inventory}-2020-34`.
-`expiry`: expiry time in days. Default: 29 days for daily aggregation and 6 weeks for weekly
-`expiry`: expiry time in days. Default: 29 days for daily aggregation and 6 weeks for weekly
aggregation.
aggregation.
-`aggregation`: aggregation `:daily` or `:weekly`. The argument defines how we build the Redis
-`aggregation`: may be set to a `:daily` or `:weekly` key. Defines how counting data is stored in Redis.
keys for data storage. For `daily` we keep a key for metric per day of the year, for `weekly` we
Aggregation on a `daily` basis does not pull more fine grained data.
keep a key for metric per week of the year.
-`feature_flag`: optional. For details, see our [GitLab internal Feature flags](../feature_flags/) documentation.
-`feature_flag`: optional. For details, see our [GitLab internal Feature flags](../feature_flags/) documentation.
1. Track event in controller using `RedisTracking` module with `track_redis_hll_event(*controller_actions, name:, feature:, feature_default_enabled: false)`.
1. Track event in controller using `RedisTracking` module with `track_redis_hll_event(*controller_actions, name:, feature:, feature_default_enabled: false)`.