diff options
author | Ryan Cobb <rcobb@gitlab.com> | 2019-04-18 12:40:00 -0600 |
---|---|---|
committer | Ryan Cobb <rcobb@gitlab.com> | 2019-04-18 13:46:56 -0600 |
commit | 4c248c05cbd1356199cc96775b68fbbde64d4d5d (patch) | |
tree | 2e6778f2cedce86fc265baa792911f88af63942c /Gemfile | |
parent | db70b877512e5cdeb262c060a1a4dff1cf999a45 (diff) | |
download | gitlab-ce-4c248c05cbd1356199cc96775b68fbbde64d4d5d.tar.gz |
Adds new metrics for unicorn monitoring
This adds new metrics for monitoring unicorn. These metrics include
process_cpu_seconds_total, process_start_time_seconds, process_max_fds,
and unicorn_workers.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -406,6 +406,7 @@ gem 'health_check', '~> 2.6.0' # System information gem 'vmstat', '~> 2.3.0' gem 'sys-filesystem', '~> 1.1.6' +gem 'sys-proctable', '~> 1.2' # SSH host key support gem 'net-ssh', '~> 5.0' |