mvisonneau / gitlab-ci-pipelines-exporter

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

Adapting this component to Azure Pipelines #858

Closed zied-chekir closed 3 months ago

zied-chekir commented 3 months ago

I wanted to post this question on Slack or Discord but couldn't find the right link, so I'm posting it here and hope it's okay. We are currently using Azure DevOps and want to monitor our CI pipelines. Is it possible to adapt this component for Azure Pipelines by modifying some API endpoints ( since azure provides REST API for pipelines here ), or is that not feasible?

mvisonneau commented 3 months ago

👋 hey @zied-chekir, thanks for your question. I do not believe the scope of this project will be extended beyond GitLab CI. Feel free to inspire yourself from it if you are interested into supporting Azure CI. Some vendors such as Datadog already offer similar capabilities otherwise.