Skip to content

Update counts.ci_pipeline_config_repository description

Alina Mihaila requested to merge alinamihaila-master-patch-45771 into master

What does this MR do and why?

Update description for Service Ping metric counts.ci_pipeline_config_repository description as well as usage_activity_by_stage_monthly.verify.ci_pipeline_config_repository and usage_activity_by_stage.verify.ci_pipeline_config_repository

The description of these metrics currently state Total Pipelines from templates in repository but they actually refer to total pipelines from CI files in repository, as opposed to AutoDevops.

See discussion

Metric query

SELECT COUNT("ci_pipelines"."id") FROM "ci_pipelines" WHERE "ci_pipelines"."config_source" = 1 

config_source = 1 is config_source = repository_source https://gitlab.com/gitlab-org/gitlab/-/blob/master/app/models/concerns/enums/ci/pipeline.rb#L78

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 Martin Brümmer

Merge request reports