예제 #1
0
#!/usr/bin/env python
from metrix import httpsrv

collector_config = 'collector_config.yml'
httpsrv.start_collector(collector_config)
예제 #2
0
def start_collector_server():
    httpsrv.start_collector(collector_config)