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.
Showing
... | ... | @@ -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' | ||
... | ... |
Please register or sign in to comment