Skip to content

Revert addition of container registry row count queries

João Pereira requested to merge jdrpereira-master-patch-82987 into master

These queries were introduced in https://gitlab.com/gitlab-org/gitlab-exporter/-/merge_requests/151, https://gitlab.com/gitlab-org/gitlab-exporter/-/merge_requests/152, and https://gitlab.com/gitlab-org/gitlab-exporter/-/merge_requests/153.

Doing so has caused problems when trying to upgrade the gitlab-exporter in Omnibus (https://gitlab.com/gitlab-org/gitlab-exporter/-/issues/85). To unblock this quickly we're pinning the gitlab-exporter version used for the container registry to v1.11.4 (https://gitlab.com/gitlab-com/gl-infra/chef-repo/-/merge_requests/894) and reverting the changes on master until we have a proper solution.

Merge request reports