Skip to content

Add service ping context for EditorUniqueCounter events

What does this MR do and why?

Pass ServicePing context to action_monthly_active_users_ide_edit as described in the new standard.

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

Feature.enable(:route_hll_to_snowplow_phase2)
Gitlab::UsageDataCounters::EditorUniqueCounter.send :track_unique_action, 'g_edit_by_web_ide', User.first, Time.now, Project.first

Screen_Shot_2022-11-24_at_9.50.17_AM

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 #382418 (closed)

Edited by Niko Belokolodov

Merge request reports