mvisonneau / gitlab-ci-pipelines-exporter

Prometheus / OpenMetrics exporter for GitLab CI pipelines insights
Apache License 2.0
1.21k stars 238 forks source link

Investigate Why gitlab_ci_pipeline_run_count Metric Shows Value of 0 #846

Open nour-bbk opened 1 month ago

nour-bbk commented 1 month ago

The gitlab_ci_pipeline_run_count metric in monitoring system consistently shows a value of 0 for various branches and merge requests, despite these entities having associated labels and being configured to trigger pipelines upon changes. for example: gitlab_ci_pipeline_run_count{kind="merge-request",ref="xx",source="",topics="",variables=""} 0 Could the persistent value of 0 for gitlab_ci_pipeline_run_count metrics be attributed to a failure in executing pipelines for the specified branches or merge requests? And is there a possibility that project settings or CI/CD configurations might be contributing to this issue?"