Skip to main content
Version: Next

Push Metrics to Obol Monitoring

info

This is optional and does not confer any special privileges within the Obol Network.

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

  • Inside your .env file, uncomment the PROM_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

Save 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