mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
Add some more statsd dummy methods
This commit is contained in:
parent
96b754c5ec
commit
f9f10a4ed7
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user