- 19 Jan, 2021 2 commits
-
-
Ahmad Sherif authored
Run GC major collection after each request See merge request gitlab-org/gitlab-exporter!131
-
We found that this has a positive impact on memory use and gitlab-exporter is not a high-traffic system so the performance hit should be negligible.
-
- 11 Jan, 2021 7 commits
-
-
Ahmad Sherif authored
-
Ahmad Sherif authored
Update rubocop from 0.42.0 to 0.93.1 See merge request gitlab-org/gitlab-exporter!129
-
Takuya Noguchi authored
Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
Ahmad Sherif authored
Update Ruby from 2.3 to 2.7 See merge request gitlab-org/gitlab-exporter!128
-
Ahmad Sherif authored
-
Ahmad Sherif authored
Allow to specify which server to use See merge request gitlab-org/gitlab-exporter!127
-
Takuya Noguchi authored
Also updates Bundler from 1.17.3 to 2.1.4 Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
- 08 Jan, 2021 1 commit
-
-
Matthias Käppler authored
If not specified, default to WEBRick
-
- 30 Nov, 2020 3 commits
-
-
Ahmad Sherif authored
-
Ahmad Sherif authored
Update bloat queries See merge request gitlab-org/gitlab-exporter!125
-
Ben Kochie authored
Update the bloat queries from their latest upstream versions. Signed-off-by:
Ben Kochie <bjk@gitlab.com>
-
- 24 Nov, 2020 3 commits
-
-
Ahmad Sherif authored
-
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 2 commits
-
-
Ahmad Sherif authored
-
Ahmad Sherif authored
Speed up mirror row count queries See merge request gitlab-org/gitlab-exporter!113
-