Skip to content

Commit 9ca8491

Browse files
committed
feat: add env vars CLUSTER_NAME and CLUSTER_PEER
1 parent fa88dbb commit 9ca8491

File tree

3 files changed

+27
-9
lines changed

3 files changed

+27
-9
lines changed

.env.sample.holesky

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff 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

.env.sample.hoodi

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff 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

.env.sample.mainnet

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)