mvisonneau / gitlab-ci-pipelines-exporter

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

Return only limited fields for each project #634

Closed arturoherrero closed 1 year ago

arturoherrero commented 1 year ago

Description

We discussed this on GitLab https://gitlab.com/gitlab-org/gitlab/-/issues/387850 to return only limited fields for each project. This is a no-op without authentication, where only simple fields are returned.

Reference: https://docs.gitlab.com/ee/api/projects.html

mvisonneau commented 1 year ago

sounds good to me, thanks @arturoherrero! 🙇

arturoherrero commented 1 year ago

@mvisonneau Can you review this again, please? I've fixed the previous error with 3f66670.

mvisonneau commented 1 year ago

the errors do not seem related, I'll fix them on my end, sorry about that!

arturoherrero commented 1 year ago

@mvisonneau You are welcome. I'm looking forward to seeing a new release.

Thanks for your help!