mvisonneau / gitlab-ci-pipelines-exporter

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

Monitor Pipeline Status with allow_failure: true #629

Open devstek opened 1 year ago

devstek commented 1 year ago

Hi all,

im trying to monitor on metric gitlab_ci_pipeline_status

Jobs in gitlab pipeline are defined with allow_failure: true This will cause pipeline to run through whole pipeline. Pipeline will pass with warning (!). the exporter says erverthing is fine.

How can i configure exporter that it will mark pipeline with warning or failure or other return code?

Thanks!

armingerten commented 11 months ago

This seems to be related / a duplicate of !123