- 24 Nov, 2020 2 commits
-
-
Ahmad Sherif authored
Fix /database_bloat endpoint See merge request gitlab-org/gitlab-exporter!124
-
Stan Hu authored
This was missing the logger introduced in !121.
-
- 23 Nov, 2020 2 commits
-
-
Ahmad Sherif authored
-
Ahmad Sherif authored
Reduce CPU utilization of row count query Closes #75 See merge request gitlab-org/gitlab-exporter!123
-
- 22 Nov, 2020 1 commit
-
-
Stan Hu authored
Previously, scraping the /database metrics used a significant amount of CPU because each query would rebuild the PG to Ruby data type map. We now memoize this map so we only need to build this map once. Closes https://gitlab.com/gitlab-org/gitlab-exporter/-/issues/75
-
- 18 Nov, 2020 2 commits
-
-
Ahmad Sherif authored
Enable security-related jobs in CI See merge request gitlab-org/gitlab-exporter!122
-
The `bundle install` call in the default specification broke the security related jobs as bundler is not available in the Docker image for these jobs.
-
- 03 Jul, 2020 3 commits
-
-
Ahmad Sherif authored
-
Ahmad Sherif authored
Log database errors Closes #72 See merge request gitlab-org/gitlab-exporter!121
-
Stan Hu authored
Because we dynamically create these probes, we just allow these unused arguments.
-
- 02 Jul, 2020 1 commit
-
-
Stan Hu authored
Previously all `PG::ConnectionBad` errors were quietly swallowed. We now pass along a logger so that we can see when these errors occur. Closes https://gitlab.com/gitlab-org/gitlab-exporter/-/issues/72
-
- 11 Jun, 2020 2 commits
-
-
Ahmad Sherif authored
Fix application_settings JOIN condition for CiBuildsProbe Closes #71 See merge request gitlab-org/gitlab-exporter!119
-
Ahmad Sherif authored
After https://gitlab.com/gitlab-org/gitlab/-/merge_requests/29981, we cannot assume an application_settings with ID=1 exists. But we know that there will only be one record in that table, so we can change the JOIN condition to TRUE safely. Fixes #71
-
- 10 Jun, 2020 2 commits
-
-
Ahmad Sherif authored
Use Licenses count as an indicator of an EE installation Closes #71 See merge request gitlab-org/gitlab-exporter!118
-
Ahmad Sherif authored
Fixes #71
-
- 04 Jun, 2020 1 commit
-
-
Ahmad Sherif authored
Add Secure scanning tools See merge request gitlab-org/gitlab-exporter!117
-
- 03 Jun, 2020 1 commit
-
-
James Ritchey authored
-
- 25 May, 2020 3 commits
-
-
Ahmad Sherif authored
-
Ahmad Sherif authored
Remove usage of ghost column See merge request gitlab-org/gitlab-exporter!116
-
pshutsin authored
Ghost column was migrated to user_type column and will be removed soon. So we need to update exporter to rely on user_type only before we actually remove ghost column from DB.
-
- 16 May, 2020 4 commits
-
-
Ahmad Sherif authored
Bump version to 7.0.3 See merge request gitlab-org/gitlab-exporter!115
-
Ahmad Sherif authored
Replace `bot_type` with `user_type` See merge request gitlab-org/gitlab-exporter!114
-
- Removes `bot_type` as a field in the database query because it was removed from the schema in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/27076 Related https://gitlab.com/gitlab-org/gitlab-exporter/-/issues/70 Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
Robert Marshall authored
- Bumps the gem version to 7.0.3 Related https://gitlab.com/gitlab-org/gitlab-exporter/-/issues/70 Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
- 30 Apr, 2020 3 commits
-
-
Ahmad Sherif authored
-
Ahmad Sherif authored
Speed up mirror row count queries See merge request gitlab-org/gitlab-exporter!113
-
Sean McGivern authored
We can discard records from before 2020-03-28 as they are almost certainly on free plans.
-
- 23 Apr, 2020 1 commit
-
-
Ahmad Sherif authored
Set 'workflow:rules', and 'default' See merge request gitlab-org/gitlab-exporter!112
-
- 21 Apr, 2020 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 06 Apr, 2020 4 commits
-
-
Ahmad Sherif authored
-
Ahmad Sherif authored
Improve mirror queries See merge request gitlab-org/gitlab-exporter!111
-
Sean McGivern authored
We appear to have some data integrity issues on GitLab.com where some projects are marked as public but their namespace isn't. This project won't actually be public and so won't get Gold features for free, so we exclude them from the query.
-
Sean McGivern authored
-
- 03 Apr, 2020 3 commits
-
-
Ahmad Sherif authored
-
Ahmad Sherif authored
Fix plan checks for mirror queries See merge request gitlab-org/gitlab-exporter!110
-
Sean McGivern authored
Plans are no longer through namespace.plan_id, but through the root namespace via gitlab_subscriptions.
-
- 13 Feb, 2020 3 commits
-
-
Ahmad Sherif authored
-
Ahmad Sherif authored
Add Global stats See merge request gitlab-org/gitlab-exporter!104
-
Frédéric PLANCHON authored
-
- 30 Jan, 2020 1 commit
-
-
Ahmad Sherif authored
-