Skip to content
This repository was archived by the owner on Nov 22, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ Aug 09 12:34:05 remy-MINIPC-PN50 systemd[1]: Reloaded Prometheus.
Aug 09 12:34:05 remy-MINIPC-PN50 prometheus[1934]: level=info ts=2021-08-09T16:34:05.304Z caller=main.go:981 msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml
Aug 09 12:34:05 remy-MINIPC-PN50 prometheus[1934]: level=info ts=2021-08-09T16:34:05.311Z caller=main.go:1012 msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=7.822144ms remote_storage=4.305µs web_handler=6.249µs query_engine=1.734µs scrape=1.831998ms scrape_sd=83.865µs notify=618.619µs notify_sd=51.754µs rules=1.993µs
```
3. Import [the Prysm dashboard for Prometheus](https://docs.prylabs.network/assets/grafana-dashboards/small_amount_validators.json) in Grafana.
3. Import [the Prysm dashboard for Prometheus](https://prysm.offchainlabs.com/docs/monitoring-alerts-metrics/grafana-dashboard/#creating-and-importing-dashboards) in Grafana.

### Lighthouse

Expand Down
2 changes: 1 addition & 1 deletion docs/prepare-for-the-merge.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ There are some privacy implications in using a fee recipient address. That addre

Here are the detailed configuration options for the fee recipient for each client and their documentation.

- [Prysm](https://docs.prylabs.network/docs/execution-node/fee-recipient)
- [Prysm](https://prysm.offchainlabs.com/docs/configure-prysm/fee-recipient/)
- [Nimbus](https://nimbus.guide/suggested-fee-recipient.html)
- [Lodestar](https://chainsafe.github.io/lodestar/usage/validator-management/#configuring-the-fee-recipient-address)
- [Teku](https://docs.teku.consensys.net/en/latest/HowTo/Prepare-for-The-Merge/#configure-the-fee-recipient)
Expand Down
2 changes: 1 addition & 1 deletion docs/voluntary-exit.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This guide is meant for people who are staking on Ethereum either through their

There are a lot of different ways to perform a voluntary exit. Each consensus client has their own documentation on this. This guide will focus on using [ethdo](https://github.com/wealdtech/ethdo) and [the beaconcha.in website](https://beaconcha.in/) to perform this task for simplicity. Check out the documentation for each client to learn more about how to do this natively.

- [Prysm](https://docs.prylabs.network/docs/wallet/exiting-a-validator)
- [Prysm](https://prysm.offchainlabs.com/docs/manage-validator/exiting-a-validator/)
- [Nimbus](https://nimbus.guide/voluntary-exit.html)
- [Lodestar](https://chainsafe.github.io/lodestar/run/validator-management/validator-cli#validator-voluntary-exit)
- [Teku](https://docs.teku.consensys.net/HowTo/Voluntary-Exit)
Expand Down