How to register an account on GitLab. Due to spam, new accounts are locked until approved by an admin or the approver bot. Your GitLab account gets automatically approved within one hour if you are a member of Trusted Contributors in Gerrit, or a member of the Trusted-Contributors group in Phabricator and linked your Developer account to your Phabricator account. If none of these apply, you can file an unlock request to expedite access.
Take the 2024 Developer Satisfaction Survey (privacy statement) to help identify areas for improvement and measure satisfaction within the Wikimedia developer community.
Support: mw:GitLab, how to host a project on GitLab, #wikimedia-gitlab on libera.chat, #GitLab on Phabricator.
use application/statistics api endpoint from newer api version
use list(all=True) instead of get_all parameter
add workaround for missing clear() method in 0.9.0. clear() is implemented in 0.10.0: https://github.com/prometheus/client_python/releases/tag/v0.10.0
clear gitlab_runners_up metric to prevent duplicate entries
use projects runnners api endpoint for compability reasons
use runners.all() instead of runners.list() to get all available runners