Files
nomos-node/testnet/scripts/run_nomos_node.sh
T
gusto 2f89d6c344 feature(tracing): Otlp metrics and preconfigured dashboard (#969)
* Use metrics endpoint from the cfgsync params

* Pin prometheus version for otlp functionality

* Predefined dashboard for testnet metrics.
2024-12-30 10:33:29 +02:00

14 lines
321 B
Bash
Executable File

#!/bin/sh
set -e
export CFG_FILE_PATH="/config.yaml" \
CFG_SERVER_ADDR="http://cfgsync:4400" \
CFG_HOST_IP=$(hostname -i) \
CFG_HOST_IDENTIFIER="validator-$(hostname -i)" \
LOG_LEVEL="INFO" \
RISC0_DEV_MODE=true
/usr/bin/cfgsync-client && \
exec /usr/bin/nomos-node /config.yaml