- 06 Mar, 2019 1 commit
-
-
Ahmad Sherif authored
Add support for Google Cloud Memorystore See merge request gitlab-org/gitlab-monitor!85
-
- 05 Mar, 2019 1 commit
-
-
Stan Hu authored
This adds an optional `redis_enable_client` config option that will turn off the CLIENT command when talking to the Sidekiq API. Relates to https://gitlab.com/gitlab-org/omnibus-gitlab/issues/4164
-
- 18 Feb, 2019 2 commits
-
-
Ahmad Sherif authored
-
Ahmad Sherif authored
Bump pg gem to 1.1 See merge request gitlab-org/gitlab-monitor!84
-
- 15 Feb, 2019 1 commit
-
-
Stan Hu authored
This is in keeping with the CE/EE changes. Other version bumps were happening implicitly in Omnibus builds.
-
- 27 Nov, 2018 2 commits
-
-
Ahmad Sherif authored
Upgrade Sinatra to 2.0.4 See merge request gitlab-org/gitlab-monitor!82
-
Ahmad Sherif authored
Bump redis-namespace to 1.6.0 See merge request gitlab-org/gitlab-monitor!81
-
- 26 Nov, 2018 4 commits
-
-
Stan Hu authored
This fixes a number of CVEs and aligns dependencies with GitLab CE. Full list of changes: https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md
-
Stan Hu authored
This reflects the version used in CE. Full list of changes: https://github.com/resque/redis-namespace/blob/master/CHANGELOG.md
-
Ahmad Sherif authored
Fix git-upload-pack processes always showing 1 process Closes #44 See merge request gitlab-org/gitlab-monitor!83
-
Ahmad Sherif authored
Add support for parsing process smaps See merge request gitlab-org/gitlab-monitor!80
-
- 25 Nov, 2018 1 commit
-
-
Stan Hu authored
-
- 21 Nov, 2018 1 commit
-
-
Stan Hu authored
When launched via Ruby, `pgrep` is launched via a shell (e.g. `sh -c pgrep foo bar`). When the `-f` flag is used with pgrep with a regex that has multiple words, it appears that that the shell is always matched. We can work around this issue by getting back the process name and filtering out `sh` from the list. Closes https://gitlab.com/gitlab-org/gitlab-monitor/issues/44
-
- 20 Nov, 2018 1 commit
-
-
Ahmad Sherif authored
Fix typo in pattern CLI help: unicron -> unicorn See merge request gitlab-org/gitlab-monitor!79
-
- 19 Nov, 2018 1 commit
-
-
Stan Hu authored
-
- 09 Nov, 2018 9 commits
-
-
Ahmad Sherif authored
-
Ahmad Sherif authored
Cleanup process collector See merge request gitlab-org/gitlab-monitor!78
-
Ben Kochie authored
-
Ben Kochie authored
-
Ben Kochie authored
-
Ben Kochie authored
-
Ben Kochie authored
* Simplify use by reading all stats from `/proc/<pid>/stat`. * Simplify metrics for total resident and virtual bytes. * Use process start time to fit with Prometheus conventions. * Add process CPU seconds metric.
-
Ahmad Sherif authored
Update database metric prefix See merge request gitlab-org/gitlab-monitor!76
-
Ahmad Sherif authored
Fix sidekiq metric names See merge request gitlab-org/gitlab-monitor!77
-
- 07 Nov, 2018 4 commits
-
-
Ben Kochie authored
Add a boolean metric for the `paused?`[0] state of each queue. [0]: https://www.rubydoc.info/github/mperham/sidekiq/Sidekiq/Queue
-
Ben Kochie authored
-
Ben Kochie authored
* Fix consistency of `_jobs` as the "type". * Remove extraneous `_count` and `_total` on gauges. * Update README.
-
Ben Kochie authored
Avoid conflict with postgres_exporter `pg_`.
-
- 10 Sep, 2018 2 commits
-
-
Ahmad Sherif authored
Bump gitlab-monitor to 2.19.1 See merge request gitlab-org/gitlab-monitor!74
-
Ahmad Sherif authored
Lock Sidekiq patch version to avoid unexpected dependency update See merge request gitlab-org/gitlab-monitor!75
-
- 09 Sep, 2018 2 commits
-
-
Stan Hu authored
This was identified in https://gitlab.com/gitlab-org/omnibus-gitlab/issues/3772. Since there's no real harm in shipping two Sidekiq versions, let's just update to the latest version but lock the version down a bit more. This matches https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/21624.
-
Stan Hu authored
As mentioned in https://gitlab.com/gitlab-org/omnibus-gitlab/issues/3772#note_99878357, the version number was not updated.
-
- 05 Sep, 2018 3 commits
-
-
Ahmad Sherif authored
-
Ahmad Sherif authored
Add single metrics endpoint Closes #32 See merge request gitlab-org/gitlab-monitor!73
-
Maxime Guyot authored
-
- 23 Jul, 2018 2 commits
-
-
Ahmad Sherif authored
Bump Sidekiq and other dependencies to be in line with GitLab See merge request gitlab-org/gitlab-monitor!72
-
Stan Hu authored
Relates to gitlab-org/omnibus-gitlab#3698
-
- 18 Jul, 2018 1 commit
-
-
Ahmad Sherif authored
Use the text/plain content type for the Web Exporter See merge request gitlab-org/gitlab-monitor!71
-
- 17 Jul, 2018 1 commit
-
-
Joel Low authored
-
- 23 May, 2018 1 commit
-
-
Ahmad Sherif authored
-