mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 20:57:10 +00:00
Configurable monitoring endpoint frequency (#3530)
## Issue Addressed Closes #3514 ## Proposed Changes - Change default monitoring endpoint frequency to 120 seconds to fit with 30k requests/month limit. - Allow configuration of the monitoring endpoint frequency using `--monitoring-endpoint-frequency N` where `N` is a value in seconds.
This commit is contained in:
@@ -4,6 +4,9 @@ Lighthouse allows for fine-grained monitoring of specific validators using the "
|
||||
Generally users will want to use this function to track their own validators, however, it can be
|
||||
used for any validator, regardless of who controls it.
|
||||
|
||||
_Note: If you are looking for remote metric monitoring, please see the docs on
|
||||
[Prometheus Metrics](./advanced_metrics.md)_.
|
||||
|
||||
## Monitoring is in the Beacon Node
|
||||
|
||||
Lighthouse performs validator monitoring in the Beacon Node (BN) instead of the Validator Client
|
||||
|
||||
Reference in New Issue
Block a user