Skip to content

Enable quarantined service ping metrics

What does this MR do and why?

At !71722 (merged) secure product type metrics was put into quarantine due to performance issues. Underlying index problem was resolved by #343455 (closed) and service ping report was successfully generated for gitlab.com. There is no more a need to keep this metrics in quarantine. Therefore corresponding feature flag is removed.

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

In Rails console

payload = Gitlab::UsageData.uncached_data
payload["counts"]["coverage_fuzzing_jobs"] => 0

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 Mikołaj Wawrzyniak

Merge request reports