We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d23528 commit 87e6e10Copy full SHA for 87e6e10
scripts/run_prometheus.sh
@@ -115,7 +115,7 @@ echo "Wrote configuration to ${CONFIG_PATH}"
115
116
echo "Starting prometheus..."
117
cd "${PROMETHEUS_WORKING_DIR}"
118
-nohup "${CMD}" --config.file=prometheus.yaml --web.listen-address=localhost:0 --enable-feature=agent > prometheus.log 2>&1 &
+nohup "${CMD}" --config.file=prometheus.yaml --storage.agent.path=./data --web.listen-address=localhost:0 --enable-feature=agent > prometheus.log 2>&1 &
119
echo $! > "${PIDFILE}"
120
echo "prometheus started with pid $(cat "${PIDFILE}")"
121
# shellcheck disable=SC2016
0 commit comments