mirror of https://github.com/vacp2p/wakurtosis.git
Minor
This commit is contained in:
parent
e1366f34ff
commit
d9bf16c9a4
2
start.sh
2
start.sh
|
@ -24,7 +24,7 @@ rpc_targets=$(kurtosis enclave inspect $ENCLAVE_ID | grep 'rpc' | sed -e 's/^.*-
|
|||
|
||||
# Generate the targets file for Prometheus
|
||||
echo "Building Prometheus targets ..."
|
||||
echo "[{\"labels\": {\"job\": \"wakurtosis\"}, \"prometheus targets\" : [$prometheus_targets], \"rpc targets\" : [$rpc_targets] } ]" | tee './targets.json' > /dev/null
|
||||
echo "[{\"labels\": {\"job\": \"wakurtosis\"}, \"prometheus_targets\" : [$prometheus_targets], \"rpc_targets\" : [$rpc_targets] } ]" | tee './targets.json' > /dev/null
|
||||
|
||||
echo "RPC targets are: $rpc_targets"
|
||||
echo "Prometheus targets are: $prometheus_targets"
|
||||
|
|
Loading…
Reference in New Issue