Skip to content

Migrate source_code_pushes to snowplow

Michał Wielich requested to merge michold-migrate-source-code-pushes into master

What does this MR do and why?

Related to #362281 (closed)

We're moving counters from Service Ping to Snowplow. source_code_pushes is one of the counters that we want to move.

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

  1. Enable snowplow micro
  2. Run sidekiq with snowplow micro enabled [ SNOWPLOW_MICRO_ENABLE=true bundle exec sidekiq]
  3. Push code to a repository
  4. Check if a new event with source_code_pushes action has been registered at localhost: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.

Edited by Michał Wielich

Merge request reports