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