Skip to content

Migrate EditorUniqueCounter to internal events

Jonas Larsen requested to merge j_lar/clean_up_editor_unique_counter into master

What does this MR do and why?

As a step to rid of some of the micro-frameworks that has been built for instrumentation, this MR removes lib/gitlab/usage_data_counters/editor_unique_counter.rb and implement the same functionality with Internal Events.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Jonas Larsen

Merge request reports