Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Cobb <rcobb@gitlab.com>2019-04-18 21:40:00 +0300
committerRyan Cobb <rcobb@gitlab.com>2019-04-18 22:46:56 +0300
commit4c248c05cbd1356199cc96775b68fbbde64d4d5d (patch)
tree2e6778f2cedce86fc265baa792911f88af63942c /Gemfile.lock
parentdb70b877512e5cdeb262c060a1a4dff1cf999a45 (diff)
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.lock3
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)