Exemplo n.º 1
0
#!/usr/bin/env python
from metrix import httpsrv

collector_config = 'collector_config.yml'
httpsrv.start_collector(collector_config)
Exemplo n.º 2
0
def start_collector_server():
    httpsrv.start_collector(collector_config)