You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added a topic (terraform) to our Gitlab project and the project is in the list of projects to monitor and it does appear in the metrics. But I don't see the topics being populated.
The config is like this:
config:
log:
level: debug
gitlab:
url: https://gitlab.com
pull:
projects_from_wildcards:
scheduled: true
interval_seconds: 18000
environments_from_projects:
scheduled: true
interval_seconds: 3600
refs_from_projects:
scheduled: true
interval_seconds: 3600
metrics:
scheduled: true
interval_seconds: 150
project_defaults:
pull:
environments:
enabled: true
refs:
branches:
enabled: false
tags:
most_recent: 20
merge_requests:
most_recent: 20
garbage_collect:
projects:
# Whether or not to trigger a garbage collection of the
# projects when the exporter starts (optional, default: false)
on_init: true
environments:
# Whether or not to trigger a garbage collection of the
# environments when the exporter starts (optional, default: false)
on_init: true
refs:
# Whether or not to trigger a garbage collection of the
# projects refs when the exporter starts (optional, default: false)
on_init: true
metrics:
# Whether or not to trigger a garbage collection of the
# metrics when the exporter starts (optional, default: false)
on_init: true
projects:
- name: [.....]/access-management
Any ideas what I am doing wrong and what else I could try?
I think the Gitlab API called is List all projects https://docs.gitlab.com/ee/api/projects.html#list-all-projects for the authenticated user (token), so it is a big list which will be returned, which makes it hard to check if Gitlab actually returns the topics for my project, but for other projects (returned in the list all projects API call) it does.
The text was updated successfully, but these errors were encountered:
sponte
added a commit
to HO-CTO/gitlab-ci-pipelines-exporter
that referenced
this issue
Sep 2, 2024
I added a topic (terraform) to our Gitlab project and the project is in the list of projects to monitor and it does appear in the metrics. But I don't see the topics being populated.
![Screenshot 2023-08-10 at 11 06 44](https://private-user-images.githubusercontent.com/1910380/259672259-d9127f78-6e5a-4aaa-b513-d2d0e7e59303.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MzM0MjQsIm5iZiI6MTczOTYzMzEyNCwicGF0aCI6Ii8xOTEwMzgwLzI1OTY3MjI1OS1kOTEyN2Y3OC02ZTVhLTRhYWEtYjUxMy1kMmQwZTdlNTkzMDMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTVUMTUyNTI0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZDQwNzU2ZmQzODRlZmM1MWY2YmRiZTZmY2Q5MWIyNzgzZWMyNDE3MmYxNzdiNTZlZTExNWMxODU5NTg0NzU5YyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.9i5KhqDg65sHQtTxqXRNjT3JliuBhFVz-PAqMvJPVZI)
![Screenshot 2023-08-10 at 11 07 26](https://private-user-images.githubusercontent.com/1910380/259673194-ded7fd9c-6772-4605-b704-3e60c398ab33.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MzM0MjQsIm5iZiI6MTczOTYzMzEyNCwicGF0aCI6Ii8xOTEwMzgwLzI1OTY3MzE5NC1kZWQ3ZmQ5Yy02NzcyLTQ2MDUtYjcwNC0zZTYwYzM5OGFiMzMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTVUMTUyNTI0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZDUwMjcyM2EyMmQwYjBhNTBlMDJiNmRiZjBiYmMwODU3NThhNzI5ODJkNWEwZDQyYjM5NTFlMWJlNTFhZTRkMiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.LUpJDb5hTCGc1C8fU3pzuM-Kz45UQM15dueO0hWAQhk)
The config is like this:
Any ideas what I am doing wrong and what else I could try?
I think the Gitlab API called is List all projects https://docs.gitlab.com/ee/api/projects.html#list-all-projects for the authenticated user (token), so it is a big list which will be returned, which makes it hard to check if Gitlab actually returns the topics for my project, but for other projects (returned in the list all projects API call) it does.
The text was updated successfully, but these errors were encountered: