-
Notifications
You must be signed in to change notification settings - Fork 0
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
Several Testnet metrics missing #14
Comments
Hi, thanks for opening the issue.
Therefore, the two mentioned graphs should be fixed as follows:
|
Thanks for the breakdown of the new metrics! I assume with the mainnet release to 13.x the metrics will also be replaced by the new ones? |
Correct, these metrics will change with the mainnet 13.x release exactly in the same way |
Will the dashboard template linked from the documentation be updated? |
Updated, now it should contain the latest version, compatible with the node release 13.x |
Did you read the documentation and guides?
Is there an existing issue?
Description of the problem
Since the last Testnet update r-13.0, I have noticed that metrics such as "aleph_Imported", "aleph_Ordering", "aleph_Ordered", "aleph_Aggregating" or "aleph_Finalized" are no longer available.
As a result, the graphs for "Block Time from Import to Finalized" and "AZERO Transactions per Second" are no longer displayed in the Grafana Dashboard.
Which metrics are now required to display the two graphs mentioned for the testnet? Mainnet does not seem to be affected.
For example, this is the query that was previously used to display the "Block Time from Import to Finalized" graph:
aleph_Imported + aleph_Ordering + aleph_Ordered + aleph_Aggregating + aleph_Finalized
I don't know if you really need but here is the log of the current running Testnet Validator:
logs.txt
Information on your setup.
Running on testnet or mainnet?
It affects the Testnet environment
Version of aleph-node
0.13.2
How do you run aleph-node - directly, docker, aleph-node-runner?
Through docker
Is it a validator node or RPC-node?
It's a validator node
what flags do you run aleph-node with?
I'm just using -n $VALIDATOR_NAME --ip $IP
operating system
Ubuntu 20.04
hardware
AMD Ryzen 9 3900 12-Core Processor, 128GB RAM, 2TB NVMe (RAID1)
Steps to reproduce
Start a Testnet Validator Node at least on Version r-13.0, when evaluating the metrics the mentioned metrics are no longer transmitted.
Did you attach relevant logs?
The text was updated successfully, but these errors were encountered: