mvisonneau / gitlab-ci-pipelines-exporter

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

Test metrics with pipeline metrics #633

Open lavcraft opened 1 year ago

lavcraft commented 1 year ago

Hello, i'm figuring out how to add history of test run results to my grafana dashboards

This api provide all needed data: https://docs.gitlab.com/ee/api/pipelines.html#get-a-pipelines-test-report

What do you think about feature to add test report data to pipeline exporter?

Also, may be some words about implementation for simplify project introduction and made PR more fast?