Skip to content

Track number of deployments

Mayra Cabrera requested to merge add-deployments-counter into master

What does this MR do?

Tracks the number of deployments performed from staging to production by adding a counter to the coordinated deployment metrics.

To keep our code clean, the coordinated deployment metrics were split into two classes

  • Histogram: Captures the histograms buckets and register the deployment duration in one of these buckets
  • Counter: Keeps track of the number of the deployments

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

Author Check-list

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

Merge request reports