mvisonneau / gitlab-ci-pipelines-exporter

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

Gitlab CI exporter stop pulling new metrics #866

Open huyhoang8398 opened 1 week ago

huyhoang8398 commented 1 week ago

image after a certain time ( or first run im not sure ), it stops pulling new metrics:

here is my config

---
log:
  level: info

gitlab:
  url: https://x
  token: x
  maximum_jobs_queue_size: 5000
# Pull jobs related metrics on all projects
project_defaults:
  pull:
    pipeline:
      jobs:
        enabled: true
projects:
  - name: foo/bar
  - name: foo/bar