Example #1
0
 def __init__(self, *_):
     host = settings.STATSD_HOST
     port = settings.STATSD_PORT
     prefix = settings.STATSD_PREFIX
     StandardStatsClient.__init__(self, host, port, prefix)
Example #2
0
 def __init__(self, *_):
     host = settings.STATSD_HOST
     port = settings.STATSD_PORT
     prefix = settings.STATSD_PREFIX
     StandardStatsClient.__init__(self, host, port, prefix)