Skip to content

Rolling 28 day time period counter for deployments

Alper Akgun requested to merge 221184-rolling-28-day-deployments-metrics into master

What does this MR do?

Adds rolling 28 day time period counter for deployments, successful_deployments and failed_deployments

  • Adds documentation
  • There are 73M only rows in the deployments table in gitlab.com and there's already an index on created_at. Will check optimize the performance in this MR !35892 (merged)

Issue #221184 (closed)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Alper Akgun

Merge request reports