From 01c95b2919d5e15e781f669a80381881316b3d36 Mon Sep 17 00:00:00 2001 From: Lorenz29 Date: Mon, 22 Dec 2025 16:41:30 -0300 Subject: [PATCH] Add PROM_REMOTE_WRITE_TOKEN var to .env files --- .env.sample.holesky | 6 ++++++ .env.sample.hoodi | 6 ++++++ .env.sample.mainnet | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/.env.sample.holesky b/.env.sample.holesky index e66281f..06d2217 100644 --- a/.env.sample.holesky +++ b/.env.sample.holesky @@ -250,6 +250,12 @@ LIDODVEXIT_EXIT_EPOCH=256 # See available tags https://github.com/prometheus/prometheus/releases. #PROMETHEUS_VERSION= +# Prometheus remote write token used for accessing external prometheus. +#PROM_REMOTE_WRITE_TOKEN= + +# Prometheus service owner used to uniquely identify user from which metrics are pushed. +#SERVICE_OWNER=charon_user + # Uncomment these if you have log exporting with Promtail # and want to disable log export on a particular container. #EL_NETHERMIND_PROMTAIL_MONITORED=false diff --git a/.env.sample.hoodi b/.env.sample.hoodi index 15233cc..e3ced06 100644 --- a/.env.sample.hoodi +++ b/.env.sample.hoodi @@ -256,6 +256,12 @@ LIDODVEXIT_EXIT_EPOCH=256 # See available tags https://github.com/prometheus/prometheus/releases. #PROMETHEUS_VERSION= +# Prometheus remote write token used for accessing external prometheus. +#PROM_REMOTE_WRITE_TOKEN= + +# Prometheus service owner used to uniquely identify user from which metrics are pushed. +#SERVICE_OWNER=charon_user + # Uncomment these if you have log exporting with Promtail # and want to disable log export on a particular container. #EL_NETHERMIND_PROMTAIL_MONITORED=false diff --git a/.env.sample.mainnet b/.env.sample.mainnet index 15673f8..69957e4 100644 --- a/.env.sample.mainnet +++ b/.env.sample.mainnet @@ -256,6 +256,12 @@ LIDODVEXIT_EXIT_EPOCH=194048 # See available tags https://github.com/prometheus/prometheus/releases. #PROMETHEUS_VERSION= +# Prometheus remote write token used for accessing external prometheus. +#PROM_REMOTE_WRITE_TOKEN= + +# Prometheus service owner used to uniquely identify user from which metrics are pushed. +#SERVICE_OWNER=charon_user + # Uncomment these if you have log exporting with Promtail # and want to disable log export on a particular container. #EL_NETHERMIND_PROMTAIL_MONITORED=false