Skip to content

Removes feature flag associated to deployment duration

What does this MR do?

Removes feature flag associated with deployment duration

measure_deployment_duration feature flag was introduced as part of the Deployment SLO metric. The metrics have been captured for some months now, so they can be deemed stable. This commit:

  • Removes the measure_deployment_duration feature flag
  • Removes the conditional on CoordinatedDeployment::Duration. This conditional was necessary because if the feature flag was disabled, the start_time was not set on CoordinatedDeployment::TrackStartTime. Now without the feature flag, start_time is always set, making the conditional unnecessary

Related to gitlab-com/gl-infra/delivery#1877 (closed)

Author Check-list

  • [-] Has documentation been updated?
Edited by Mayra Cabrera

Merge request reports