Skip to content

Remove feature flag `ci_minutes_track_live_consumption`

Fabio Pitino requested to merge remove-ff-ci-minutes-track-live-consumption into master

What does this MR do and why?

Related to https://gitlab.com/gitlab-org/gitlab/-/issues/329197

Remove feature flag ci_minutes_track_live_consumption which was already enabled by default on production a while ago.

With this MR we also remove a Prometheus metric where we were comparing the live consumption with the consumption of the job after it finishes. This was introduced to make sure the live tracking is accurate. Since it was deemed accurate and the feature flag has been in place for the past 4 months we can remove this too.

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

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

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 Fabio Pitino

Merge request reports