Track number of project that enabled Validity Checks
What does this MR do and why?
Track number of project that enabled Validity Checks
Changelog: added EE: true
References
Telemetry - track validity checks usage (#519785 - closed)
Screenshots or screen recordings
| Before | After |
|---|---|
How to set up and validate locally
- Run rspec test
- In rails console run
Gitlab::Usage::ServicePingReport.for(output: :all_metrics_valu es)['counts']['projects_with_validity_checks_enabled']which will output a bunch but at the very end should display how many projects in your gdk have validity checks on
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.