Push Metrics to Obol Monitoring
info
This is optional and does not confer any special privileges within the Obol Network.
You may 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 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
Save the .env file, and restart Prometheus to apply the changes:
docker compose restart prometheus