Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gitlab CI exporter stop pulling new metrics #866

Open
huyhoang8398 opened this issue Jun 28, 2024 · 3 comments
Open

Gitlab CI exporter stop pulling new metrics #866

huyhoang8398 opened this issue Jun 28, 2024 · 3 comments

Comments

@huyhoang8398
Copy link

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
@fredbcode
Copy link

fredbcode commented Jul 31, 2024

Are you using gitlab and gitlab-ci-pipelines-exporter in docker ?

Edit: Ah sorry, systemd ...

Same issue here but with two containers

@huyhoang8398
Copy link
Author

@fredbcode i ended up writing our own exporter… so it might easier to maintain and adapt our need

@sarathskumar
Copy link

I am facing the same issue. But sometimes after we restart the exporter pod then it got works but there was a big delay for the new metrics. Any insights ???

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants