lib/contrast/agent.rb in contrast-agent-4.3.2 vs lib/contrast/agent.rb in contrast-agent-4.4.0
- old
+ new
@@ -54,11 +54,15 @@
def self.framework_manager
@_framework_manager ||= Contrast::Framework::Manager.new
end
+ def self.heapdump_util
+ thread_watcher.heapdump_util
+ end
+
def self.messaging_queue
- @_messaging_queue ||= Contrast::Api::Communication::MessagingQueue.new
+ thread_watcher.messaging_queue
end
def self.thread_watcher
@_thread_watcher ||= Contrast::Agent::ThreadWatcher.new
end