File tree Expand file tree Collapse file tree 4 files changed +18
-0
lines changed
Expand file tree Collapse file tree 4 files changed +18
-0
lines changed Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff 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]
You can’t perform that action at this time.
0 commit comments