We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba33233 commit 5e70601Copy full SHA for 5e70601
lib/promenade/setup.rb
@@ -36,7 +36,7 @@ def setup
36
# Instead, we define a method that dynamically loads the appropriate PID provider based on the active server.
37
# As a fallback, we use the process ID.
38
39
- if defined?(Unicorn)
+ if defined?(::Unicorn)
40
require "prometheus/client/support/unicorn"
41
pid_provider_method = ::Prometheus::Client::Support::Unicorn.method(:worker_pid_provider)
42
elsif defined?(::Pitchfork)
0 commit comments