-
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
Grafana Docker Dash Doesn't show Prysm Prater Metrics #26
Grafana Docker Dash Doesn't show Prysm Prater Metrics #26
Comments
Grafana still shows only 1 beacon-chain application, and 1 validator application, for every instance of Prysm, combining them all, so if you have Prysm, Prysm Prater, and Gnosis Beacon Chain Prysm, they are all combined into one service for each sub service so on grafana you see just beacon chain, but its actually a combo of all prysm applications you have installed, testnets, gnosis, mainnet etc, need to make it show them as different its making troubleshooting impossible. Screenshot clearly showing how at least prater and mainnet are combined was in the first post of this issue. @mgarciate @eduadiez @tropicar dappnode/DAppNodePackage-prysm-prater#29 did not fix this or https://github.com/dappnode/DAppNodePackage-prysm-prater/issue/28 as it was supposed to. |
@alexpeterson91 @eduadiez @tropicar @dapplion I'm working on it. I'll create a PR today. |
Works great for me this linked PR does fix this issue fully for me. On all machines. |
Describe the bug
The grafana docker dashboard doesn't appear to show Prysm Prater Beacon-chain and Validator. when running a mainnet prysm package at the same time. they appear to be combined into one service for each sub-service, both mainnet and prater beaconchain, and then both mainnet and prater validators.
To Reproduce
Install DMS, DAppNodeExporter, Prysm Prater, GoerliEth, geth light, and prysm.
let everything sync and go to the dms dashboard for docker and you will see what seems to be an outsize amount of resources dedicated to beacon-chain, and validator. shut off the prysm and youll se a huge drop in resource usage but not entirely. it continues to run at prater speed.
Expected behavior
I would expect to see a beacon chain metric, a prater beacon chain metric, a prysm validator metric, and a prysm prater validator metric
Screenshots
with both prater and mainnet running
shut off mainnet prysm
dashboard after shutting off prysm mainnet
DAppNode version:
@mgarciate sees the same, and i see it on all 5 of my dappnodes
The text was updated successfully, but these errors were encountered: