Skip to content

Update search event, add custom context to Snowplow tracking

What does this MR do and why?

Add custom context to Snowplow event according to the new schema

Screenshots or screen recordings

Screen_Shot_2022-11-08_at_2.31.43_PM

How to set up and validate locally

  1. Execute search from the top bar.
  2. Verify the event in local Snowplow Micro
POST http://localhost:9091/micro/good
Content-Type: application/json

{
  "contexts": [
    "iglu:com.gitlab/gitlab_service_ping/jsonschema/1-0-0"
  ],  "limit": 1
}

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #371803 (closed)

Edited by Niko Belokolodov

Merge request reports