gitlab-ci-pipelines-exporter icon indicating copy to clipboard operation
gitlab-ci-pipelines-exporter copied to clipboard

Prometheus / OpenMetrics exporter for GitLab CI pipelines insights

Results 131 gitlab-ci-pipelines-exporter issues
Sort by recently updated
recently updated
newest added

Hi [mvisonneau](https://github.com/mvisonneau) and everyone! If a branch has more than 1 pipeline, "gitlab_ci_pipeline_duration_seconds" metric always displays the duration of the **first pipeline.** Unfortunately, it does not show the duration of...

**Steps to reproduce:** 1. Run pipeline job with RUNNER_1 2. Run the same job with RUNNER_2 after the previous run **Actual result:** gitlab_ci_pipeline_job_run_count has the label "runner_description"=RUNNER_1 for a while...

Hi There, wanted to upgrade gitlab-ci-exporter to the newest version. but now recieve an 404 error. ``` bash-4.2# export GCPE_VERSION=$(curl -s "https://api.github.com/repos/mvisonneau/gitlab-ci-pipelines-exporter/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/') bash-4.2#...

Hi, I have deployed gitlab-ci-exporter helm chart with redis HA but after scheduling metrics step i have freceived exception which is repeating on any setup of redis (standalone, or replication)....

Hello, About an hour into the run, the exporter crashes with a SIGSEGV. We're using the exporter on a single monorepo project with a lot of activity. Version: quay.io/mvisonneau/gitlab-ci-pipelines-exporter:v0.5.4 Installation:...

Query- Gitlab is fetching only main & master branch data, we want to fetch data of all the sub-braches. log: level: debug format: text gitlab: url: XXX token: XXX project_defaults:...

Hi! Is there a way to pull all pipelines from a single branch? I attempted using wildcards {} but doesn't seem to work. Thanks.

Following the discussion on this issue: [issue 184](https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/issues/184#issuecomment-769707261) Is there any timeline for adding support for not triggering a discovery of all projects with a web hook. And, to not...

I'm using your plugin for Grafana to show status of main/master branch. My Git Lab pipeline looks more or less like this: 1. compile (on_success) 2. test (on_success) 3. package...

I have a read only personal access token to my cloud Gitlab account all setup with a wildcard rule to pickup all projects. Logging into the kubernetes log stream it...