-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sampling and validation of key indicators. #583
Comments
@Sven-TBD @Danie0918 please have a review to see if any other indicators should be added in this monitor service. |
I'm not sure about the method of 'guarantee the correctness of CKB Explorer', if it's the ' data analysis' aspect, I would suggest that the following data could be added:
|
For instance, when a transaction has been synced, the monitor will list addresses included in the transaction, fetch live cells of each address and get their real-time balances to check if the data has been timely updated on the Explorer. Live cells are fetched from the node so they are definitely correct
Good points, should be included. |
I think these points are sufficient enough for demonstration. For any other information, I suggest counting the number of cells for each tab in the Address Details page overview. Additionally, adding a list mode to these tabs. So, it looks like this Or we can check the total Gas spent, which is an independent function. So, if we all agree, we can start from
|
LGTM |
+1: Check if a BTC UTxO owning a Cell has been transferred. |
Related issue here : #638 |
Available on https://t.me/ckb_metrics_bot Optimization for performance and storage is required so alert messages won't be repeated Or visit https://ckb-metrics.vercel.app/addresses/incorrect to see the addresses list to revalidate, these addresses will be double-checked every 5 mins, or be triggered manually by https://ckb-metrics.vercel.app/api/trpc/ckb.validation.revalidate |
Repo: https://github.com/Magickbase/ckb-metrics Only capacity is validated now, specific types of cells will be added later. |
Validation of cell count has been added |
Validation of xudt has been added |
Will add validation of cell's count |
Add a new service to sample and validate the following key indicators to guarantee the correctness of CKB Explorer
Indicators:
This service can also be expanded into a data sampling service for data analysis.
The text was updated successfully, but these errors were encountered: