Commit 6c63d912 authored by Joshua Gutow's avatar Joshua Gutow

ops-bedrock: Enable metrics on propose & batcher

This was done to test the addition of the balance metric.
parent e456eb8c
......@@ -86,6 +86,7 @@ services:
dockerfile: ./op-proposer/Dockerfile
ports:
- "6062:6060"
- "7302:7300"
environment:
OP_PROPOSER_L1_ETH_RPC: http://l1:8545
OP_PROPOSER_L2_ETH_RPC: http://l2:8545
......@@ -99,6 +100,7 @@ services:
OP_PROPOSER_LOG_TERMINAL: "true"
OP_PROPOSER_L2OO_ADDRESS: "${L2OO_ADDRESS}"
OP_PROPOSER_PPROF_ENABLED: "true"
OP_PROPOSER_METRICS_ENABLED: "true"
op-batcher:
depends_on:
......@@ -110,6 +112,7 @@ services:
dockerfile: ./op-batcher/Dockerfile
ports:
- "6061:6060"
- "7301:7300"
environment:
OP_BATCHER_L1_ETH_RPC: http://l1:8545
OP_BATCHER_L2_ETH_RPC: http://l2:8545
......@@ -127,6 +130,7 @@ services:
OP_BATCHER_SEQUENCER_BATCH_INBOX_ADDRESS: "${SEQUENCER_BATCH_INBOX_ADDRESS}"
OP_BATCHER_LOG_TERMINAL: "true"
OP_BATCHER_PPROF_ENABLED: "true"
OP_BATCHER_METRICS_ENABLED: "true"
stateviz:
build:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment