Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .env.sample.holesky
Original file line number Diff line number Diff line change
Expand Up @@ -229,3 +229,8 @@ MEV_RELAYS=https://0xab78bf8c781c58078c3beb5710c57940874dd96aef2835e7742c866b4c7

# Loki host exposed port.
#MONITORING_PORT_LOKI=

# OTLP Server address & Auth Token for exporting traces to Obol's Tempo server.
# To be provided by Obol support.
# CHARON_OTLP_ADDRESS=tempo.monitoring.gcp.obol.tech:443
# CHARON_OTLP_HEADERS=Authorization=Basic <insert your token here>
5 changes: 5 additions & 0 deletions .env.sample.hoodi
Original file line number Diff line number Diff line change
Expand Up @@ -229,3 +229,8 @@ MEV_RELAYS=https://0x98f0ef62f00780cf8eb06701a7d22725b9437d4768bb19b363e882ae871

# Loki host exposed port.
#MONITORING_PORT_LOKI=

# OTLP Server address & Auth Token for exporting traces to Obol's Tempo server.
# To be provided by Obol support.
# CHARON_OTLP_ADDRESS=tempo.monitoring.gcp.obol.tech:443
# CHARON_OTLP_HEADERS=Authorization=Basic <insert your token here>
5 changes: 5 additions & 0 deletions .env.sample.mainnet
Original file line number Diff line number Diff line change
Expand Up @@ -229,3 +229,8 @@ MEV_RELAYS=https://0xa15b52576bcbf1072f4a011c0f99f9fb6c66f3e1ff321f11f461d15e31b

# Loki host exposed port.
#MONITORING_PORT_LOKI=

# OTLP Server address & Auth Token for exporting traces to Obol's Tempo server.
# To be provided by Obol support.
# CHARON_OTLP_ADDRESS=tempo.monitoring.gcp.obol.tech:443
# CHARON_OTLP_HEADERS=Authorization=Basic <insert your token here>
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ services:
- CHARON_LOKI_SERVICE=charon
- CHARON_NICKNAME=${CHARON_NICKNAME:-}
- CHARON_EXECUTION_CLIENT_RPC_ENDPOINT=${CHARON_EXECUTION_CLIENT_RPC_ENDPOINT:-http://nethermind:8545}
- CHARON_OTLP_ADDRESS=${CHARON_OTLP_ADDRESS:-}
- CHARON_OTLP_SERVICE_NAME=${CHARON_OTLP_SERVICE_NAME:-charon}
- CHARON_OTLP_HEADERS=${CHARON_OTLP_HEADERS:-}
ports:
- ${CHARON_PORT_P2P_TCP:-3610}:${CHARON_PORT_P2P_TCP:-3610}/tcp # P2P TCP libp2p
labels:
Expand Down