Skip to content

Commit 0301288

Browse files
pinebitOisinKyne
authored andcommitted
OTLP setup
1 parent 87f70e6 commit 0301288

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed

.env.sample.holesky

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,3 +299,8 @@ LIDODVEXIT_EXIT_EPOCH=256
299299

300300
# Loki host exposed port.
301301
#MONITORING_PORT_LOKI=
302+
303+
# OTLP Server address & Auth Token for exporting traces to Obol's Tempo server.
304+
# To be provided by Obol support.
305+
# CHARON_OTLP_ADDRESS=tempo.monitoring.gcp.obol.tech:443
306+
# CHARON_OTLP_HEADERS=Authorization=Basic <insert your token here>

.env.sample.hoodi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,3 +305,8 @@ LIDODVEXIT_EXIT_EPOCH=256
305305

306306
# Loki host exposed port.
307307
#MONITORING_PORT_LOKI=
308+
309+
# OTLP Server address & Auth Token for exporting traces to Obol's Tempo server.
310+
# To be provided by Obol support.
311+
# CHARON_OTLP_ADDRESS=tempo.monitoring.gcp.obol.tech:443
312+
# CHARON_OTLP_HEADERS=Authorization=Basic <insert your token here>

.env.sample.mainnet

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,3 +305,8 @@ LIDODVEXIT_EXIT_EPOCH=194048
305305

306306
# Loki host exposed port.
307307
#MONITORING_PORT_LOKI=
308+
309+
# OTLP Server address & Auth Token for exporting traces to Obol's Tempo server.
310+
# To be provided by Obol support.
311+
# CHARON_OTLP_ADDRESS=tempo.monitoring.gcp.obol.tech:443
312+
# CHARON_OTLP_HEADERS=Authorization=Basic <insert your token here>

docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ services:
104104
- CHARON_LOKI_SERVICE=charon
105105
- CHARON_NICKNAME=${CHARON_NICKNAME:-}
106106
- CHARON_EXECUTION_CLIENT_RPC_ENDPOINT=${CHARON_EXECUTION_CLIENT_RPC_ENDPOINT:-http://nethermind:8545}
107+
- CHARON_OTLP_ADDRESS=${CHARON_OTLP_ADDRESS}
108+
- CHARON_OTLP_SERVICE_NAME=${CHARON_OTLP_SERVICE_NAME:-charon}
109+
- CHARON_OTLP_HEADERS=${CHARON_OTLP_HEADERS}
107110
ports:
108111
- ${CHARON_PORT_P2P_TCP:-3610}:${CHARON_PORT_P2P_TCP:-3610}/tcp # P2P TCP libp2p
109112
networks: [dvnode]

0 commit comments

Comments
 (0)