Skip to content

Parse and save structured event fields in snowplow collector

What does this MR do?

Update the Product Analytics snowplow collector to parse and save structured event fields. These structured event fields are already part of the DB schema, so we just need to add mappings (params -> DB) for them.

For example, when an event is fired with Gitlab::Tracking.event('epics', 'promote'), epics is the se_ca param and maps to the DB field se_category. promote is the se_ac param and maps to the DB field se_action.

Closes #231533 (closed)

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 Alishan Ladhani

Merge request reports