OP#176 edit start.sh

This commit is contained in:
2025-12-02 16:23:42 +01:00
parent e0ceb5ab87
commit f013444bd4
2 changed files with 4 additions and 4 deletions

View File

@@ -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} \