-
Notifications
You must be signed in to change notification settings - Fork 19
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
Nimbus - could not find process_resident_memory_bytes
in metrics
#70
Comments
Have you tried asking in the discord? I think it should work if you use the correct metrics flags (see readme of this repo for help), and nimbus might have to be built with the "insecure" flag set to true (I think it was |
@protolambda Yes, I've done that. I compiled using the |
I see this in the README.md However I'm not sure how it applies. I am running Prometheus, however there's no configuration for including Prometheus into command line options? |
That's poor wording in the readme, it should just grab it from the metrics endpoint of the eth2 client. Prometheus is the more common consumer of the metrics endpoint, but not relevant here. Are you using all the nimbus metrics flags? |
Yes, I checked the |
Running Nimbus client 0.6.6
Running eth2stats-client version v0.0.16+d729a1d
Description of warn message
stats is looking for
process_resident_memory_bytes
Closest stat that Nimbus reports is
nim_gc_mem_bytes 4100096.0
nim_gc_mem_occupied_bytes 2733144.0
sqlite3_memory_used_bytes 2614336.0
The text was updated successfully, but these errors were encountered: