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

Not able to get gitlab_ci_pipeline_job into Prometheus query #886

Open
ashukumar0712 opened this issue Aug 29, 2024 · 1 comment
Open

Not able to get gitlab_ci_pipeline_job into Prometheus query #886

ashukumar0712 opened this issue Aug 29, 2024 · 1 comment

Comments

@ashukumar0712
Copy link

ashukumar0712 commented Aug 29, 2024

I am trying to get all job related query into Prometheus, but only getting is
image

My configuration file lokks like

project_defaults:
    output_sparse_status_metrics: true
    pull:
      refs:
        branches:
          enabled: true
          regexp: ".*"
        tags:
          enabled: false
        merge_requests:
          enabled: true
      pipeline:
        jobs:
          enabled: true
          from_child_pipelines:
            enabled: true
        variables:
          enabled: true
@selevit
Copy link

selevit commented Sep 20, 2024

Have the same issue, look like job metrics are missing even if enabled in the config.

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

2 participants