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.lock | |
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.lock')
-rw-r--r-- | Gemfile.lock | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 109958e2591..36c24265e48 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -867,6 +867,8 @@ GEM state_machines-activemodel (>= 0.5.0) sys-filesystem (1.1.6) ffi + sys-proctable (1.2.1) + ffi sysexits (1.2.0) temple (0.8.0) test-prof (0.2.5) @@ -1160,6 +1162,7 @@ DEPENDENCIES stackprof (~> 0.2.10) state_machines-activerecord (~> 0.5.1) sys-filesystem (~> 1.1.6) + sys-proctable (~> 1.2) test-prof (~> 0.2.5) thin (~> 1.7.0) timecop (~> 0.8.0) |