mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 14:27:42 -02:30
Add some more statsd dummy methods
This commit is contained in:
@@ -62,6 +62,12 @@ else:
|
|||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
def _prepare(self, stat, value, rate):
|
||||||
|
pass
|
||||||
|
|
||||||
|
def _send_stat(self, stat, value, rate):
|
||||||
|
pass
|
||||||
|
|
||||||
def _send(self, *args, **kwargs):
|
def _send(self, *args, **kwargs):
|
||||||
pass
|
pass
|
||||||
statsd = NoStatsClient()
|
statsd = NoStatsClient()
|
||||||
|
|||||||
Reference in New Issue
Block a user