mvisonneau / gitlab-ci-pipelines-exporter

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

Add gitlab-health-url flag and envvar #800

Closed Thor77 closed 2 months ago

Thor77 commented 4 months ago

Because GitLab requires a token for readiness and liveness checks so it might be desirable to store it in a Secret / environment variable instead of in the plaintext config. This option is already documented in configuration_syntax.md but wasn't implemented.

mvisonneau commented 2 months ago

oh indeed, good catch @Thor77 & thanks for the fix!

Thor77 commented 2 months ago

@mvisonneau thanks for merging, coud you also create a bugfix release with this change?