Skip to content

Commit

Permalink
Merge branch 'master' into joseph-0.8.0-to-master
Browse files Browse the repository at this point in the history
  • Loading branch information
PravinRanjan10 authored Dec 31, 2020
2 parents 61d3626 + e1f1934 commit 0eaa01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/install_delfin.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def start_processes():

# Start exporter server process
proc_path = os.path.join(delfin_source_path, 'delfin', 'exporter',
'exporter_server.py')
'prometheus', 'exporter_server.py')
command = 'python3 ' + proc_path + ' --config-file ' +\
conf_file + ' >' + DEVNULL + ' 2>&1 &'
logger.info("Executing command [%s]", command)
Expand Down

0 comments on commit 0eaa01c

Please sign in to comment.