summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorRyan Cobb <rcobb@gitlab.com>2019-04-18 12:40:00 -0600
committerRyan Cobb <rcobb@gitlab.com>2019-04-18 13:46:56 -0600
commit4c248c05cbd1356199cc96775b68fbbde64d4d5d (patch)
tree2e6778f2cedce86fc265baa792911f88af63942c /Gemfile
parentdb70b877512e5cdeb262c060a1a4dff1cf999a45 (diff)
downloadgitlab-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--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index c55e6478cb0..e38c1f03ca0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'