mvisonneau / gitlab-ci-pipelines-exporter

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

Can we have configuration to also display Merge Request Pipelines to be available in Dashboard? #813

Open NikeshSinghBundelkhand opened 6 months ago

NikeshSinghBundelkhand commented 6 months ago

Right now using gitlab-ci-pipelines dashboard is providing all pipelines running in different branches.

But, I would also like to see Merge Request pipelines details available in Dashboard. Reason for request, is in our current project developers directly create Merge Requests after creating feature branches and if there are any issues in feature branches they change on Merge Request to fix it.

If merge request pipelines details are available, we can see failed pipeline details from RUNNING, FAILED OR NOT COMPLETED panel in dashboard is moved to SUCCESSFULLY COMPLETED panel.

Please share details if this feature is already existing. Thanks in advance! 👍