Push Metrics to Obol Monitoring
Add monitoring credentials to help the Obol Team monitor the health of your cluster
This is for operators using the example repo from our quickstart guide, and have been provided with Monitoring Credentials used to push distributed validator metrics to Obol's central Prometheus cluster to monitor, analyze, and improve your Distributed Validator Cluster's performance. (For example, this is necessary to participate in the Obol Techne credential program.)
Update the monitoring token in the .env
file
.env
fileInside your
.env
file, uncomment thePROM_REMOTE_WRITE_TOKEN
line by removing the#
symbol.Enter your monitoring token in the format shown below:
PROM_REMOTE_WRITE_TOKEN=your_monitoring_token
Save the .env
file and restart Prometheus
.env
file and restart PrometheusSave the .env
file, and run the docker compose up -d
command, and prometheus will be restarted to apply the changes.
docker compose up -d
# Alternatively
docker compose restart prometheus
Last updated
Was this helpful?