From 3ba591cea2d14778d1508ea21dae442ee2ba3e76 Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Wed, 6 Apr 2016 16:29:23 -0400 Subject: [PATCH] Remove statsd from callback This doesn't work with our current virtualenv setup and ansible dependencies. Will revisit later --- awx/plugins/callback/job_event_callback.py | 1 - 1 file changed, 1 deletion(-) diff --git a/awx/plugins/callback/job_event_callback.py b/awx/plugins/callback/job_event_callback.py index 3a70c03085..6f04ccaf22 100644 --- a/awx/plugins/callback/job_event_callback.py +++ b/awx/plugins/callback/job_event_callback.py @@ -344,7 +344,6 @@ class BaseCallbackModule(object): task=result._task) @staticmethod - @statsd.timer('terminate_ssh_control_masters') def terminate_ssh_control_masters(): # Determine if control persist is being used and if any open sockets # exist after running the playbook.