示例#1
0
文件: client.py 项目: max19931/circus
 def __init__(self,
              endpoint=DEFAULT_ENDPOINT_STATS,
              ssh_server=None,
              context=None):
     CircusConsumer.__init__(self, ['stat.'], context, endpoint, ssh_server)
示例#2
0
文件: client.py 项目: daker/circus
 def __init__(self, endpoint='tcp://127.0.0.1:5557', context=None):
     CircusConsumer.__init__(self, ['stat.'], context, endpoint)
示例#3
0
文件: client.py 项目: bbinet/circus
 def __init__(self, endpoint=DEFAULT_ENDPOINT_STATS, ssh_server=None,
              context=None):
     CircusConsumer.__init__(self, ['stat.'], context, endpoint, ssh_server)
示例#4
0
 def __init__(self, endpoint='tcp://127.0.0.1:5557', context=None):
     CircusConsumer.__init__(self, ['stat.'], context, endpoint)