Migrate analytics events to snowplow vol. 2 - group and instance events
What does this MR do and why?
Related to https://gitlab.com/gitlab-org/gitlab/-/issues/369846
The event definition has been added with !94369 (merged).
Migrate some of the redis_hll_counters.analytics.analytics_total_unique_counts_monthly
event's sub-events to Snowplow.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
How to set up and validate locally
- Enable snowplow micro
- Trigger any of the events migrated here:
- Go to menu -> admin -> Overview -> Users -> Cohorts
- In a group, go to analytics -> Insights
- In a group, go to analytics -> Issue
- In a group, go to analytics -> Productivity
- Check if a new event with
perform_analytics_usage_action
action andse_property
attribute describing the performed action has been registered atlocalhost:9090/micro/good
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Michał Wielich