feat: added new info about logs and config features (#4378)
## Proposed Changes Add additional information about Siren's new configuration, dashboard and logs view features.
This commit is contained in:
parent
5e3fb13cfe
commit
186d0af873
BIN
book/src/imgs/ui-dash-logs.png
Normal file
BIN
book/src/imgs/ui-dash-logs.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 51 KiB |
BIN
book/src/imgs/ui-logs.png
Normal file
BIN
book/src/imgs/ui-logs.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 196 KiB |
@ -14,3 +14,13 @@ Once you have successfully arrived to the main dashboard, use the sidebar to acc
|
||||
|
||||
## 5. Why doesn't my validator balance graph show any data?
|
||||
If your graph is not showing data, it usually means your validator node is still caching data. The application must wait at least 3 epochs before it can render any graphical visualizations. This could take up to 20min.
|
||||
|
||||
## 4. Does Siren support reverse proxy or DNS named addresses?
|
||||
Yes, if you need to access your beacon or validator from an address such as `https://merp-server:9909/eth2-vc` you should follow the following steps for configuration:
|
||||
1. Toggle `https` as your protocol
|
||||
2. Add your address as `merp-server/eth2-vc`
|
||||
3. Add your Beacon and Validator ports as `9909`
|
||||
|
||||
If you have configured it correctly you should see a green checkmark indicating Siren is now connected to your Validator Client and Beacon Node.
|
||||
|
||||
If you have separate address setups for your Validator Client and Beacon Node respectively you should access the `Advance Settings` on the configuration and repeat the steps above for each address.
|
||||
|
@ -33,6 +33,7 @@ By clicking on the chart component you can filter selected validators in the ren
|
||||
<img src="imgs/ui-validator-balance2.png" width="48%"/>
|
||||
|
||||
|
||||
|
||||
## Hardware Usage and Device Diagnostics
|
||||
|
||||
The hardware usage component gathers information about the device the Beacon Node is currently running. It displays the Disk usage, CPU metrics and memory usage of the Beacon Node device. The device diagnostics component provides the sync status of the execution client and beacon node.
|
||||
@ -42,6 +43,12 @@ The hardware usage component gathers information about the device the Beacon Nod
|
||||
<img height="350" src="imgs/ui-device.png"/>
|
||||
|
||||
|
||||
## Log Statistics
|
||||
|
||||
The log statistics present an hourly combined rate of critical, warning, and error logs from the validator client and beacon node. This analysis enables informed decision-making, troubleshooting, and proactive maintenance for optimal system performance.
|
||||
|
||||
<img height="350" src="imgs/ui-dash-logs.png"/>
|
||||
|
||||
# Validator Management
|
||||
|
||||
Siren's validator management view provides a detailed overview of all validators with options to deposit to and/or add new validators. Each validator table row displays the validator name, index, balance, rewards, status and all available actions per validator.
|
||||
@ -59,3 +66,12 @@ Clicking the validator icon activates a detailed validator modal component. This
|
||||
Siren's settings view provides access to the application theme, version, name, device name and important external links. From the settings page users can also access the configuration screen to adjust any beacon or validator node parameters.
|
||||
|
||||
![](imgs/ui-settings.png)
|
||||
|
||||
|
||||
# Validator and Beacon Logs
|
||||
|
||||
The logs page provides users with the functionality to access and review recorded logs for both validators and beacons. Users can conveniently observe log severity, messages, timestamps, and any additional data associated with each log entry. The interface allows for seamless switching between validator and beacon log outputs, and incorporates useful features such as built-in text search and the ability to pause log feeds.
|
||||
|
||||
Additionally, users can obtain log statistics, which are also available on the main dashboard, thereby facilitating a comprehensive overview of the system's log data. Please note that Siren is limited to storing and displaying only the previous 1000 log messages. This also means the text search is limited to the logs that are currently stored within Siren's limit.
|
||||
|
||||
![](imgs/ui-logs.png)
|
Loading…
Reference in New Issue
Block a user