mvisonneau / gitlab-ci-pipelines-exporter

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

message: 401 Unauthorized #704

Open brounea opened 1 year ago

brounea commented 1 year ago

Hi, Trying to pull all my companies projects (not public) and getting Unauthorized

What am I doing wrong? Thx

tewfik-ghariani commented 1 year ago

Could you please share your config?

brounea commented 1 year ago

here you go Thank you for your help

On Thu, Aug 24, 2023 at 2:15 PM Tewfik Ghariani @.***> wrote:

Could you please share your config?

— Reply to this email directly, view it on GitHub https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/issues/704#issuecomment-1691484315, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABBN5MLE2PGUA37JLJDBDSTXW4ZUVANCNFSM6AAAAAA34RRO5Y . You are receiving this because you authored the thread.Message ID: @.***>

tewfik-ghariani commented 1 year ago

I believe the config file was not attached successfully to the issue ^^'

brounea commented 1 year ago

Second try :)

On Thu, Aug 24, 2023 at 3:12 PM Tewfik Ghariani @.***> wrote:

I believe the config file was not attached successfully to the issue ^^'

— Reply to this email directly, view it on GitHub https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/issues/704#issuecomment-1691560799, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABBN5MLXU2P6NB3A2OPPMETXW5AKDANCNFSM6AAAAAA34RRO5Y . You are receiving this because you authored the thread.Message ID: @.***>

tewfik-ghariani commented 1 year ago

Still nothing

brounea commented 1 year ago

It looks like the mail side does not allow me to add files so below is what's in the file. Hope this helps Again these are private repositories

Thank you again


log:

level: debug

gitlab:

url: https://gitlab.com

token: xxxxxxxxxxxxx

Pull jobs related metrics on all projects

project_defaults:

pull:

pipeline:

  jobs:

    enabled: true

Example public projects to monitor

projects:

~

On Thu, Aug 24, 2023 at 5:41 PM Tewfik Ghariani @.***> wrote:

Still nothing

— Reply to this email directly, view it on GitHub https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/issues/704#issuecomment-1691816361, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABBN5MM7OMSMN4VA46WKOW3XW5RZPANCNFSM6AAAAAA34RRO5Y . You are receiving this because you authored the thread.Message ID: @.***>

tewfik-ghariani commented 1 year ago

Could you re-create the access token with both api and read_repository permissions?

Also, what error message do you see when you enable debug logs?

brounea commented 1 year ago

I created a new token and here are the debug logs

2023-08-29 12:28:45 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:28:45Z" level=debug msg="found pipeline jobs" jobs-count=3 pipeline-id=119077201 project-name-or-id=gitlab-org/charts/auto-deploy-app 2023-08-29 12:28:46 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:28:46Z" level=debug msg="found pipeline jobs" jobs-count=3 pipeline-id=119085155 project-name-or-id=gitlab-org/charts/auto-deploy-app 2023-08-29 12:28:47 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:28:47Z" level=debug msg="found pipeline jobs" jobs-count=4 pipeline-id=155051083 project-name-or-id=gitlab-org/charts/auto-deploy-app 2023-08-29 12:28:48 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:28:48Z" level=debug msg="found pipeline jobs" jobs-count=4 pipeline-id=231089863 project-name-or-id=gitlab-org/charts/auto-deploy-app 2023-08-29 12:28:49 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:28:49Z" level=debug msg="found pipeline jobs" jobs-count=3 pipeline-id=127580031 project-name-or-id=gitlab-org/charts/auto-deploy-app 2023-08-29 12:28:50 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:28:50Z" level=debug msg="found pipeline jobs" jobs-count=5 pipeline-id=240775992 project-name-or-id=gitlab-org/charts/auto-deploy-app 2023-08-29 12:28:51 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:28:51Z" level=debug msg="found pipeline jobs" jobs-count=4 pipeline-id=163646485 project-name-or-id=gitlab-org/charts/auto-deploy-app 2023-08-29 12:28:52 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:28:52Z" level=debug msg="found pipeline bridges" bridges-count=0 pipeline-id=119077201 project-name-or-id=gitlab-org/charts/auto-deploy-app 2023-08-29 12:28:54 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:28:54Z" level=debug msg="found pipeline bridges" bridges-count=0 pipeline-id=119085155 project-name-or-id=gitlab-org/charts/auto-deploy-app 2023-08-29 12:28:55 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:28:55Z" level=debug msg="found pipeline bridges" bridges-count=0 pipeline-id=155051083 project-name-or-id=gitlab-org/charts/auto-deploy-app 2023-08-29 12:28:56 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:28:56Z" level=debug msg="found pipeline bridges" bridges-count=0 pipeline-id=231089863 project-name-or-id=gitlab-org/charts/auto-deploy-app 2023-08-29 12:28:57 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:28:57Z" level=info msg="scheduling metrics pull" environments-count=0 refs-count=8 2023-08-29 12:28:57 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:28:57Z" level=debug msg="task already queued, skipping scheduling of task.." task_type=PullRefMetrics task_unique_id=2498500400 2023-08-29 12:28:57 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:28:57Z" level=debug msg="task already queued, skipping scheduling of task.." task_type=PullRefMetrics task_unique_id=1216743700 2023-08-29 12:28:57 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:28:57Z" level=debug msg="task already queued, skipping scheduling of task.." task_type=PullRefMetrics task_unique_id=3916761772 2023-08-29 12:28:57 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:28:57Z" level=debug msg="task already queued, skipping scheduling of task.." task_type=PullRefMetrics task_unique_id=2658286138 2023-08-29 12:28:57 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:28:57Z" level=debug msg="found pipeline bridges" bridges-count=0 pipeline-id=127580031 project-name-or-id=gitlab-org/charts/auto-deploy-app 2023-08-29 12:28:58 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:28:58Z" level=debug msg="found pipeline bridges" bridges-count=0 pipeline-id=240775992 project-name-or-id=gitlab-org/charts/auto-deploy-app 2023-08-29 12:28:59 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:28:59Z" level=debug msg="found pipeline bridges" bridges-count=0 pipeline-id=163646485 project-name-or-id=gitlab-org/charts/auto-deploy-app 2023-08-29 12:29:12 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:12Z" level=debug msg="found pipeline jobs" jobs-count=3 pipeline-id=136026889 project-name-or-id=gitlab-org/charts/auto-deploy-app 2023-08-29 12:29:13 quickstart-grafana-1 | logger=context userId=1 orgId=1 uname=admin t=2023-08-29T09:29:13.282032602Z level=info msg="Request Completed" method=GET path=/api/live/ws status=-1 remote_addr=172.20.0.1 time_ms=2 duration=2.74211ms size=0 referer= handler=/api/live/ws 2023-08-29 12:29:14 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:14Z" level=debug msg="found all jobs to refresh" jobs-count=4 project-name=gitlab-org/charts/auto-deploy-app ref=v0.8.1 2023-08-29 12:29:18 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:18Z" level=debug msg="found pipeline bridges" bridges-count=0 pipeline-id=136026889 project-name-or-id=gitlab-org/charts/auto-deploy-app 2023-08-29 12:29:25 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:25Z" level=debug msg="found all jobs to refresh" jobs-count=4 project-name=gitlab-org/charts/auto-deploy-app ref=v0.7.0 2023-08-29 12:29:27 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:27Z" level=info msg="scheduling metrics pull" environments-count=0 refs-count=8 2023-08-29 12:29:27 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:27Z" level=debug msg="task already queued, skipping scheduling of task.." task_type=PullRefMetrics task_unique_id=1916462415 2023-08-29 12:29:27 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:27Z" level=debug msg="task already queued, skipping scheduling of task.." task_type=PullRefMetrics task_unique_id=3946034421 2023-08-29 12:29:29 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:29Z" level=debug msg="found all jobs to refresh" jobs-count=3 project-name=gitlab-org/charts/auto-deploy-app ref=v0.5.2 2023-08-29 12:29:35 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:35Z" level=debug msg="found all jobs to refresh" jobs-count=3 project-name=gitlab-org/charts/auto-deploy-app ref=v0.5.1 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v12.5.0-rc1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v14.6.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v14.9.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v13.0.0-rc1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v9.4.0-rc.2 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v14.3.0-rc1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v0.1.4 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.10.7 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v15.5.2 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v14.2.0-rc1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v13.0.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v10.7.2 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v15.3.2 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v11.11.2 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v13.1.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v14.0.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v0.1.6 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v13.5.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v11.5.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v10.7.3 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v0.1.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v13.1.0-rc1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v11.9.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v15.5.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v12.8.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v16.1.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v9.4.2 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v10.7.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v9.1.2 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v9.0.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=3573-failing-to-register-runner-on-master ref-kind=branch 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.1.3 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v16.0.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.1.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v9.5.0-rc.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v10.0.2 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v13.9.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.7.3 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.0.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v15.10.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v11.2.0-rc1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v13.3.0-rc1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v15.7.3 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v10.5.0-rc2 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v10.8.0-rc2 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v14.1.0-rc1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.6.0-rc.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v13.2.4 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.5.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v14.5.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v11.4.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v13.0.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v14.4.0-rc1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v0.3.3 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v14.2.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v0.3.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v15.7.4 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v11.4.2 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v13.7.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v14.7.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v13.2.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v13.4.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v11.9.0-rc2 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v13.8.0-rc1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v16.2.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v15.2.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v0.7.2 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v11.1.0-rc2 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v9.0.0-rc.2 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v10.1.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=0.4.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v12.1.0-rc1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v0.2.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v0.1.15 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v10.3.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v14.3.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v10.0.0-rc.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.9.0-rc.5 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v14.10.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v9.4.0-rc.3 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.5.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v10.3.0-rc2 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.0.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v0.5.5 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v12.3.0-rc2 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v11.0.0-rc1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v11.10.0-rc1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v12.0.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v11.6.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v11.2.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v9.4.3 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v11.0.2 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.0.3 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v12.7.0-rc1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.6.0-rc.2 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.6.0-RC.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v14.3.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v10.0.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v14.5.2 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.5.3 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v11.8.0-rc1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v15.8.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v11.0.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v11.9.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.8.4 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.9.10 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v14.1.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v15.9.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v14.9.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v0.1.10 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.8.3 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=0.4.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v0.1.5 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v12.4.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v0.1.16 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v11.11.4 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.7.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v0.1.14 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v12.9.0-rc3 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v10.1.0-rc.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v12.4.0-rc1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v14.0.0-rc1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v12.4.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v11.10.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v13.0.0-rc3 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v10.8.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v12.10.3 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.9.0-rc.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v12.3.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v11.6.0-rc1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.7.2 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v9.4.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v0.5.4 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v11.11.0-rc3 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v12.10.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v11.3.0-rc1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v11.3.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v9.2.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v11.6.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v9.1.0-rc.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v13.6.0-rc1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v14.3.3 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v9.0.3 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.11.3 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v15.3.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v10.7.0-rc1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v13.9.0-rc1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v13.10.0-rc1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.4.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v11.1.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v9.4.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v15.3.3 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v10.2.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v11.11.0-rc2 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v0.5.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v15.6.3 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v13.1.3 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v12.0.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v0.1.17 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.3.4 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v11.4.0-rc1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v9.2.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v14.8.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v12.9.0-rc2 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v11.2.0-rc2 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v12.10.2 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v12.9.0-rc1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v9.0.0-rc.3 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.7.0-rc.2 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v12.10.0-rc1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.10.5 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.9.3 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v14.8.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.10.8 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v10.4.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v13.11.0-rc1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v9.1.3 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v11.11.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v11.0.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v15.6.2 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.9.0-rc.3 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v10.4.0-rc2 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v12.9.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v14.4.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v14.6.0-rc1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v15.6.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v10.8.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v13.4.0-rc1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v11.7.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.6.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v9.1.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.7.5 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v13.2.0-rc2 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v11.11.0-rc1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v0.6.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.7.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v12.9.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v9.5.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.9.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v11.8.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v13.3.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v10.6.0-rc2 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v13.4.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v0.5.3 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v9.0.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v10.0.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.6.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.5.2 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v11.9.2 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v9.5.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v0.6.2 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v14.0.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v15.9.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.7.0-rc.3 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v9.0.0-rc.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v11.3.2 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v13.2.3 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.11.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v12.6.0-rc1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.9.8 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.8.7 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.3.3 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v13.11.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v12.0.0-rc1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.4.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.2.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=0.7.3-dev ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v9.4.0-rc.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.10.2 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v16.0.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v11.9.0-rc1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v10.5.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v13.9.0-rc2 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v12.1.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v15.4.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v13.6.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v0.1.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v14.5.0-rc1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v14.5.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v9.3.0-rc.2 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v15.1.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v9.2.2 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v13.12.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v12.4.0-rc2 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v10.6.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.10.0-rc.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v14.6.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.3.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v11.4.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.11.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v0.1.2 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v12.2.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v13.8.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v13.1.2 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v12.7.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v10.2.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.8.0-rc.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v13.3.2 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v10.8.0-rc3 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v13.3.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v10.1.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v9.3.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v13.10.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v10.4.0-rc1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.3.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v13.7.0-rc1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v15.1.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.9.6 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.3.5 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v12.2.0-rc1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.1.2 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.10.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v13.5.0-rc1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=main ref-kind=branch 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v13.0.0-rc2 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v13.12.0-rc1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.4.2 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v10.2.0-rc.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v11.11.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.1.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v11.2.2 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v15.8.3 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.9.0-rc.2 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.10.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v0.1.9 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.9.0-rc.4 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v9.2.0-rc.2 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.11.5 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v10.7.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v16.1.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v14.8.2 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v0.7.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v16.2.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v1.9.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v14.10.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v0.3.2 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v9.1.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v14.7.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v11.1.0-rc1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v10.3.0-rc.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=0.4.2 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipe

tewfik-ghariani commented 1 year ago

I see no errors now ^^ Does that mean that the new token has the right permissions to scan the gitlab projects?

brounea commented 1 year ago

it does have 403 errors:

error="GET https://gitlab.com/api/v4/projects/24519238/pipelines/482083724/jobs: 403 {message: 403 Forbidden}" project-name=gitlab-org/gitlab-runner ref=v14.6.1

The problem is exactly the same. I do NOT see any of my projects. Sorry :) -A

On Tue, Aug 29, 2023 at 4:12 PM Tewfik Ghariani @.***> wrote:

I see no errors now ^^ Does that mean that the new token has the right permissions to scan the gitlab projects?

— Reply to this email directly, view it on GitHub https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/issues/704#issuecomment-1697421247, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABBN5MJ5XVVBFSQHZEQQY33XXXTFLANCNFSM6AAAAAA34RRO5Y . You are receiving this because you authored the thread.Message ID: @.***>

brounea commented 11 months ago

Hi Tewfik Ghariani, Any luck on helping here? I would really like to use your project. Thx -Arnon

On Tue, Aug 29, 2023 at 4:17 PM Arnon Brouner @.***> wrote:

it does have 403 errors:

error="GET https://gitlab.com/api/v4/projects/24519238/pipelines/482083724/jobs: 403 {message: 403 Forbidden}" project-name=gitlab-org/gitlab-runner ref=v14.6.1

The problem is exactly the same. I do NOT see any of my projects. Sorry :) -A

On Tue, Aug 29, 2023 at 4:12 PM Tewfik Ghariani @.***> wrote:

I see no errors now ^^ Does that mean that the new token has the right permissions to scan the gitlab projects?

— Reply to this email directly, view it on GitHub https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/issues/704#issuecomment-1697421247, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABBN5MJ5XVVBFSQHZEQQY33XXXTFLANCNFSM6AAAAAA34RRO5Y . You are receiving this because you authored the thread.Message ID: @.*** com>

ycyin commented 10 months ago

I also encountered the same 401 error.

{"level":"warning","msg":"taskq\"msg\"=\"job failed (dropping)\" \"error\"=\"unable to list projects with search pattern '' from the GitLab API : GET https://gitlab.xxx.x/api/v4/projects: 401 {message: 401 Unauthorized}\" \"task_name\"=\"PullProjectsFromWildcard\" \"reserved_count\"=1","time":"2023-11-02T08:37:26Z"}

my config is:

config:
  # # Complete configuration syntax reference available here:
  # # https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/blob/master/docs/configuration_syntax.md
  gitlab:
    url: https://gitlab.xxx.x
    token: "xxxx"
    enable_health_check: false
    enable_tls_verify: false
  project_defaults:
    refs:
      regexp: ".*"
  wildcards:
    - {}

gitlab version:GitLab Community Edition 11.11.7

ycyin commented 10 months ago

I also encountered the same 401 error.

{"level":"warning","msg":"taskq\"msg\"=\"job failed (dropping)\" \"error\"=\"unable to list projects with search pattern '' from the GitLab API : GET https://gitlab.xxx.x/api/v4/projects: 401 {message: 401 Unauthorized}\" \"task_name\"=\"PullProjectsFromWildcard\" \"reserved_count\"=1","time":"2023-11-02T08:37:26Z"}

my config is:

config:
  # # Complete configuration syntax reference available here:
  # # https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/blob/master/docs/configuration_syntax.md
  gitlab:
    url: https://gitlab.xxx.x
    token: "xxxx"
    enable_health_check: false
    enable_tls_verify: false
  project_defaults:
    refs:
      regexp: ".*"
  wildcards:
    - {}

gitlab version:GitLab Community Edition 11.11.7

And I have no problem accessing through curl using the same token.

tewfik-ghariani commented 10 months ago

@yinyicao You need to specify at least the Gitlab group in the wildcards section ^^

  wildcards:
    - owner:
        name: "my-gitlab-group"
        kind: "group"
        include_subgroups: true
tewfik-ghariani commented 10 months ago

@brounea I am not totally sure what is going on but is your project https://gitlab.com/gitlab-org/gitlab-runner ?

The logs you initially shared indicate that new references were discovered successfully: discovered new ref

But then you shared the 403 Forbidden out of context It is really difficult to troubleshoot and understand what is going on. What you can do is port-forward the running pod and check the actual metrics exposed:

 $ kubectl port-forward gitlab-ci-pipelines-exporter-xxxxxx-xxxxx 8080:8080
Forwarding from 127.0.0.1:8080 -> 8080
Forwarding from [::1]:8080 -> 8080

Then go to http://localhost:8080/metrics and you should see something like this:

Screenshot 2023-11-02 at 20 28 07

Also, unrelated but I saw that you are using name_regexp under "projects[name=Peer39/proxy].pull.environments" while it is supposed to be regexp according to the documentation:

projects:
  - name: foo/bar
...
     pull:
        environments:
...
          regexp: ".*"

https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/blob/main/docs/configuration_syntax.md?plain=1#L348

ycyin commented 10 months ago

@yinyicao You need to specify at least the Gitlab group in the wildcards section ^^

  wildcards:
    - owner:
        name: "my-gitlab-group"
        kind: "group"
        include_subgroups: true

No, the problem may be related to the gitlab version, as in #583

brounea commented 10 months ago

Hi again I did just that and added the owner. Still same issue :(

Attached is the yml file.

Sorry to bother you so much but I really like this to work.

thx -A

On Fri, Nov 3, 2023 at 2:14 AM yinyicao @.***> wrote:

@yinyicao https://github.com/yinyicao You need to specify at least the Gitlab group in the wildcards section ^^

wildcards:

  • owner: name: "my-gitlab-group" kind: "group" include_subgroups: true

No, the problem may be related to the gitlab version, as in #583 https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/issues/583

— Reply to this email directly, view it on GitHub https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/issues/704#issuecomment-1791729844, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABBN5MMU2FHRBRKQLT6TVJ3YCQZN5AVCNFSM6AAAAAA34RRO52VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOJRG4ZDSOBUGQ . You are receiving this because you were mentioned.Message ID: @.***>

tewfik-ghariani commented 10 months ago

@brounea The yml file was not attached :/ Could you share a screenshot of http://localhost:8080/metrics after performing the port-forward?

brounea commented 10 months ago

Here you go:

HELP gcpe_currently_queued_tasks_count Number of tasks in the queue

TYPE gcpe_currently_queued_tasks_count gauge

gcpe_currently_queued_tasks_count 949

HELP gcpe_environments_count Number of GitLab environments being exported

TYPE gcpe_environments_count gauge

gcpe_environments_count 708

HELP gcpe_executed_tasks_count Number of tasks executed

TYPE gcpe_executed_tasks_count gauge

gcpe_executed_tasks_count 626

HELP gcpe_gitlab_api_requests_count GitLab API requests count

TYPE gcpe_gitlab_api_requests_count gauge

gcpe_gitlab_api_requests_count 5853

HELP gcpe_gitlab_api_requests_limit GitLab API requests available in

the api limit

TYPE gcpe_gitlab_api_requests_limit gauge

gcpe_gitlab_api_requests_limit 2000

HELP gcpe_gitlab_api_requests_remaining GitLab API requests

remaining in the api limit

TYPE gcpe_gitlab_api_requests_remaining gauge

gcpe_gitlab_api_requests_remaining 1933

HELP gcpe_metrics_count Number of GitLab pipelines metrics being exported

TYPE gcpe_metrics_count gauge

gcpe_metrics_count 44389

HELP gcpe_projects_count Number of GitLab projects being exported

TYPE gcpe_projects_count gauge

gcpe_projects_count 2

HELP gcpe_refs_count Number of GitLab refs being exported

TYPE gcpe_refs_count gauge

gcpe_refs_count 419

On Mon, Nov 6, 2023 at 1:50 PM Tewfik Ghariani @.***> wrote:

@brounea https://github.com/brounea The yml file was not attached :/ Could you share a screenshot of http://localhost:8080/metrics after performing the port-forward?

— Reply to this email directly, view it on GitHub https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/issues/704#issuecomment-1794652201, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABBN5MPBJ5FFZQ2PS7XADIDYDDFH7AVCNFSM6AAAAAA34RRO52VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOJUGY2TEMRQGE . You are receiving this because you were mentioned.Message ID: @.***>

tewfik-ghariani commented 10 months ago

@brounea Could it be that you are hitting the limit? According to the metrics, it seems that you have a limit of 2000 API requests and you have 1933 remaining

# HELP gcpe_gitlab_api_requests_limit GitLab API requests available in
the api limit
# TYPE gcpe_gitlab_api_requests_limit gauge
gcpe_gitlab_api_requests_limit 2000
# HELP gcpe_gitlab_api_requests_remaining GitLab API requests
remaining in the api limit
# TYPE gcpe_gitlab_api_requests_remaining gauge
gcpe_gitlab_api_requests_remaining 1933

This can perhaps explain why in the first logs, the gitlab-org/gitlab-runner project was discovered without any issues

project-name=gitlab-org/gitlab-runner ref=v12.5.0-rc1 ref-kind=tag
2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1  |
time="2023-08-29T09:29:42Z" level=info msg="discovered new ref"
project-name=gitlab-org/gitlab-runner ref=v14.6.1 ref-kind=tag
2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1  |
time="2023-08-29T09:29:42Z" level=info msg="discovered new ref"
project-name=gitlab-org/gitlab-runner ref=v14.9.0 ref-kind=tag
2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1  |
brounea commented 10 months ago

I saw that.Let me try to check on that.Also, how can I hide your projects?Only from the drop down?ThxASent from my iPhoneOn 6 Nov 2023, at 19:36, Tewfik Ghariani @.***> wrote: @brounea Could it be that you are hitting the limit? According to the metrics, it seems that you have a limit of 2000 API requests and you have 1933 remaining

HELP gcpe_gitlab_api_requests_limit GitLab API requests available in

the api limit

TYPE gcpe_gitlab_api_requests_limit gauge

gcpe_gitlab_api_requests_limit 2000

HELP gcpe_gitlab_api_requests_remaining GitLab API requests

remaining in the api limit

TYPE gcpe_gitlab_api_requests_remaining gauge

gcpe_gitlab_api_requests_remaining 1933

This can perhaps explain why in the first logs, the gitlab-org/gitlab-runner project was discovered without any issues project-name=gitlab-org/gitlab-runner ref=v12.5.0-rc1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v14.6.1 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 | time="2023-08-29T09:29:42Z" level=info msg="discovered new ref" project-name=gitlab-org/gitlab-runner ref=v14.9.0 ref-kind=tag 2023-08-29 12:29:42 quickstart-gitlab-ci-pipelines-exporter-1 |

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>

tewfik-ghariani commented 9 months ago

@brounea Sorry I did not understand the question, what do you mean by how can you hide my projects?

brounea commented 9 months ago

Hi, I'm NOT giving up :) Here is the latest errors I found.

time="2023-11-07T13:49:23Z" level=info msg="internal monitoring listener set" host="127.0.0.1:8082" path= scheme=tcp 2023-11-07 15:49:23 time="2023-11-07T13:49:23Z" level=warning msg="taskq\"msg\"=\"job failed (dropping)\" \"error\"=\"unable to list projects with search pattern '' from the GitLab API : GET https://gitlab.com/api/v4/groups/Peer39/projects https://gitlab.com/api/v4/groups/Peer39/projects: 404 {message: 404 Group Not Found}\" \"task_name\"=\"PullProjectsFromWildcard\" \"reserved_count\"=1"

pulling ref metrics" error="GET https://gitlab.com/api/v4/projects/24519238/pipelines/647222527/jobs: 403 {message: 403 Forbidden}" project-name=gitlab-org/gitlab-runner ref=v15.4.0

error="GET https://gitlab.com/api/v4/projects/24519238/pipelines/369777623/jobs: 403 {message: 403 Forbidden}" project-name=gitlab-org/gitlab-runner ref=v14.3.0-rc1

Can you shed some light on this?

Thx -A

On Tue, Nov 7, 2023 at 12:38 PM Tewfik Ghariani @.***> wrote:

@brounea https://github.com/brounea Sorry I did not understand the question, what do you mean by how can you hide my projects?

— Reply to this email directly, view it on GitHub https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/issues/704#issuecomment-1798245940, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABBN5MPXJLFUSLRWGW2KK7LYDIFTLAVCNFSM6AAAAAA34RRO52VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOJYGI2DKOJUGA . You are receiving this because you were mentioned.Message ID: @.***>

tewfik-ghariani commented 9 months ago

It might be a silly question but you said you are using a private gitlab instance whereas gitlab.com is specified in the config

gitlab:
  url: https://gitlab.com/

@brounea - Did you already change that to your internal Gitlab URL?

EDIT: Or are you using private repositories in the public gitlab.com? If that is the case, can you make sure that you can curl the API and fetch information about the group Peer39 with your token?

brounea commented 9 months ago

No, I’m using cloud gitlab.So, no need to change the url right?ThxASent from my iPhoneOn 10 Nov 2023, at 19:53, Tewfik Ghariani @.***> wrote: It might be a silly question but you said you are using a private gitlab instance whereas gitlab.com is specified in the config gitlab: url: https://gitlab.com/

@brounea - Did you already change that to your internal Gitlab URL?

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>

tewfik-ghariani commented 9 months ago

@brounea Sorry I edited my message afterwards ^^

If you are using the public cloud gitlab.com and private repositories, can you make sure that you can curl the API and fetch information about the group Peer39 with your token?

curl --header "PRIVATE-TOKEN: glpat-xxxxxxxxxxx" https://gitlab.com/api/v4/groups/peer39/projects
brounea commented 9 months ago

after running the curl I get:

{"message":"404 Group Not Found"}

Which is wired since the group exists 100%

See pics below

On Fri, Nov 10, 2023 at 9:04 PM Tewfik Ghariani @.***> wrote: Screenshot 2023-11-16 at 11 32 47

@brounea https://github.com/brounea Sorry I edited my message afterwards ^^

If you are using the public cloud gitlab.com and private repositories, can you make sure that you can curl the API and fetch information about the group Peer39 with your token?

curl --header "PRIVATE-TOKEN: glpat-xxxxxxxxxxx" https://gitlab.com/api/v4/groups/peer39/projects

— Reply to this email directly, view it on GitHub https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/issues/704#issuecomment-1806287284, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABBN5MN6KV5TSZ7LDCCT7J3YDZ3CXAVCNFSM6AAAAAA34RRO52VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMBWGI4DOMRYGQ . You are receiving this because you were mentioned.Message ID: @.***>

brounea commented 9 months ago

I did some research and could it be the webserver setup (enconding issues ?) maybe I need to add to the apache config "nocanon" ?

Thx -A

On Sun, Nov 12, 2023 at 10:35 AM Arnon Brouner @.***> wrote:

after running the curl I get:

{"message":"404 Group Not Found"}

Which is wired since the group exists 100%

See pics below [image: Screenshot 2023-11-12 at 10.33.28.png]

[image: Screenshot 2023-11-12 at 10.34.17.png]

On Fri, Nov 10, 2023 at 9:04 PM Tewfik Ghariani @.***> wrote:

@brounea https://github.com/brounea Sorry I edited my message afterwards ^^

If you are using the public cloud gitlab.com and private repositories, can you make sure that you can curl the API and fetch information about the group Peer39 with your token?

curl --header "PRIVATE-TOKEN: glpat-xxxxxxxxxxx" https://gitlab.com/api/v4/groups/peer39/projects

— Reply to this email directly, view it on GitHub https://github.com/mvisonneau/gitlab-ci-pipelines-exporter/issues/704#issuecomment-1806287284, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABBN5MN6KV5TSZ7LDCCT7J3YDZ3CXAVCNFSM6AAAAAA34RRO52VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMBWGI4DOMRYGQ . You are receiving this because you were mentioned.Message ID: @.*** com>

tewfik-ghariani commented 9 months ago

@brounea The screenshots that were attached to the email are not visible here :/

Can you try to attach them directly to the Github issue?

brounea commented 9 months ago

OK, I added the relevant pic above

tewfik-ghariani commented 9 months ago

The picture only shows usage costs over the months but has no indication about the curl failure, maybe you attached the wrong one? ^^'