mirror of
https://github.com/ansible/awx.git
synced 2026-05-16 13:57:39 -02:30
Remove contextual statsd reference
This commit is contained in:
@@ -255,8 +255,7 @@ class BaseCallbackModule(object):
|
|||||||
event_data['res'] = censor(deepcopy(event_data['res']))
|
event_data['res'] = censor(deepcopy(event_data['res']))
|
||||||
|
|
||||||
if self.callback_consumer_port:
|
if self.callback_consumer_port:
|
||||||
with statsd.timer('zmq_post_event_msg.{0}'.format(event)):
|
self._post_job_event_queue_msg(event, event_data)
|
||||||
self._post_job_event_queue_msg(event, event_data)
|
|
||||||
else:
|
else:
|
||||||
self._post_rest_api_event(event, event_data)
|
self._post_rest_api_event(event, event_data)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user