thoughtworks / metrik

An easy-to-use, cross-platform measurement tool that pulls data out of CD pipelines and analysis the four key metrics for you.
MIT License
354 stars 87 forks source link

generate prometheus compatible metrics #154

Open bruno-arruda-base opened 10 months ago

bruno-arruda-base commented 10 months ago

Is your feature request related to a problem? Please describe. Prometheus is the tool joining different sources of metrics in my company. We have built dashboards covering a broad range of services and right now we miss some way to get metrics from pipelines. Your project is amazing but we don't want to use other tool than grafana to visualize and manage dashboards.

Describe the solution you'd like I didn't find in your docs any reference to integration with Prometheus. I would like to consume your tools as a prometheus exporter, producing metrics in the path '/metrics'

Describe alternatives you've considered I discovered this tool and haven't tested this. To get metrics of pipelines into Prometheus, I tried to setup this exporter but until the moment I had no success to make it run.

Additional context I work with gitlab, github and jenkins. Gitlab isn't in your roadmap according to your README, but this feature would benefit me in github and jenkins management.