Skip to content

Commit

Permalink
add prometheus-external
Browse files Browse the repository at this point in the history
  • Loading branch information
hitchhooker committed Feb 3, 2024
1 parent 91f0e7d commit 0cb6c23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ ExecStart={{ default_base_path }}/cumulus \
--public-addr /dns/{{ default_public_dns }}/tcp/{{ default_p2p_port_wss }}/wss \
--rpc-port {{ default_rpc_port }} \
--prometheus-port {{ default_prom_port }} \
--prometheus-external \
--relay-chain-rpc-urls {{ default_relay_rpc }} {{ default_relay_rpc_fallback }} \
--wasm-execution Compiled \
--sync {{ default_syncmode | default('warp') }} \
--no-hardware-benchmarks \
--rpc-external \
--rpc-methods safe \
--prometheus-external \
--rpc-cors all \
--allow-private-ipv4

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ ExecStart={{ default_base_path }}/cumulus \
--public-addr /dns/{{ default_public_dns }}/tcp/{{ default_p2p_port_wss }}/wss \
--rpc-port {{ default_rpc_port }} \
--prometheus-port {{ default_prom_port }} \
--prometheus-external \
--relay-chain-rpc-urls {{ default_relay_rpc }} {{ default_relay_rpc_fallback }} \
--wasm-execution Compiled \
--no-hardware-benchmarks \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ ExecStart={{ default_base_path }}/encointer \
--public-addr /dns/{{ default_public_dns }}/tcp/{{ default_p2p_port_wss }}/wss \
--rpc-port {{ default_rpc_port }} \
--prometheus-port {{ default_prom_port }} \
--prometheus-external \
--relay-chain-rpc-urls {{ default_relay_rpc }} {{ default_relay_rpc_fallback }} \
--wasm-execution Compiled \
--execution native-else-wasm \
Expand Down

0 comments on commit 0cb6c23

Please sign in to comment.