OP#176 edit start.sh
This commit is contained in:
4
start.sh
4
start.sh
@@ -23,7 +23,7 @@ pg_commit_rows=${pg_commit_rows:-20000}
|
||||
pg_threads="${pg_threads:-1}"
|
||||
parser_threads="${parser_threads:-5}"
|
||||
|
||||
echo "/usr/local/bin/postgresql-prometheus-adapter \
|
||||
echo /usr/local/bin/postgresql-prometheus-adapter \
|
||||
--adapter-send-timeout=${adapter_send_timeout} \
|
||||
--web-listen-address=${web_listen_address} \
|
||||
--web-telemetry-path=${web_telemetry_path} \
|
||||
@@ -33,7 +33,7 @@ echo "/usr/local/bin/postgresql-prometheus-adapter \
|
||||
--pg-commit-secs=${pg_commit_secs} \
|
||||
--pg-commit-rows=${pg_commit_rows} \
|
||||
--pg-threads=${pg_threads} \
|
||||
--parser-threads=${parser_threads}"
|
||||
--parser-threads=${parser_threads}
|
||||
|
||||
/usr/local/bin/postgresql-prometheus-adapter \
|
||||
--adapter-send-timeout=${adapter_send_timeout} \
|
||||
|
||||
Reference in New Issue
Block a user