File tree Expand file tree Collapse file tree 3 files changed +27
-9
lines changed
Expand file tree Collapse file tree 3 files changed +27
-9
lines changed Original file line number Diff line number Diff line change @@ -78,12 +78,18 @@ LIGHTHOUSE_CHECKPOINT_SYNC_URL=https://checkpoint-sync.holesky.ethpandaops.io/
7878# Advertise a custom external DNS hostname or IP address for libp2p peer discovery.
7979#CHARON_P2P_EXTERNAL_HOSTNAME=
8080
81- # Nickname to identify this charon node on monitoring (max 32 characters)
82- #CHARON_NICKNAME=
83-
8481# Loki log aggregation server addresses. Disable loki log aggregation by setting an empty address.
8582#CHARON_LOKI_ADDRESSES=
8683
84+ # Charon Cluster Name. Mandatory to send logs with Promtail
85+ #CLUSTER_NAME=
86+
87+ # Charon Cluster Peer. Mandatory to send logs with Promtail
88+ #CLUSTER_PEER=
89+
90+ # Nickname to identify this charon node on monitoring (max 32 characters)
91+ #CHARON_NICKNAME=
92+
8793# Docker network of running charon node. See `docker network ls`.
8894#CHARON_DOCKER_NETWORK=
8995
Original file line number Diff line number Diff line change @@ -78,12 +78,18 @@ LIGHTHOUSE_CHECKPOINT_SYNC_URL=https://checkpoint-sync.hoodi.ethpandaops.io/
7878# Advertise a custom external DNS hostname or IP address for libp2p peer discovery.
7979#CHARON_P2P_EXTERNAL_HOSTNAME=
8080
81- # Nickname to identify this charon node on monitoring (max 32 characters)
82- #CHARON_NICKNAME=
83-
8481# Loki log aggregation server addresses. Disable loki log aggregation by setting an empty address.
8582#CHARON_LOKI_ADDRESSES=
8683
84+ # Charon Cluster Name. Mandatory to send logs with Promtail
85+ #CLUSTER_NAME=
86+
87+ # Charon Cluster Peer. Mandatory to send logs with Promtail
88+ #CLUSTER_PEER=
89+
90+ # Nickname to identify this charon node on monitoring (max 32 characters)
91+ #CHARON_NICKNAME=
92+
8793# Docker network of running charon node. See `docker network ls`.
8894#CHARON_DOCKER_NETWORK=
8995
Original file line number Diff line number Diff line change @@ -78,12 +78,18 @@ LIGHTHOUSE_CHECKPOINT_SYNC_URL=https://mainnet.checkpoint.sigp.io/
7878# Advertise a custom external DNS hostname or IP address for libp2p peer discovery.
7979#CHARON_P2P_EXTERNAL_HOSTNAME=
8080
81- # Nickname to identify this charon node on monitoring (max 32 characters)
82- #CHARON_NICKNAME=
83-
8481# Loki log aggregation server addresses. Disable loki log aggregation by setting an empty address.
8582#CHARON_LOKI_ADDRESSES=
8683
84+ # Charon Cluster Name. Mandatory to send logs with Promtail
85+ #CLUSTER_NAME=
86+
87+ # Charon Cluster Peer. Mandatory to send logs with Promtail
88+ #CLUSTER_PEER=
89+
90+ # Nickname to identify this charon node on monitoring (max 32 characters)
91+ #CHARON_NICKNAME=
92+
8793# Docker network of running charon node. See `docker network ls`.
8894#CHARON_DOCKER_NETWORK=
8995
You can’t perform that action at this time.
0 commit comments