Skip to content
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

geth metrics ? #14

Open
svax974 opened this issue Oct 30, 2024 · 0 comments
Open

geth metrics ? #14

svax974 opened this issue Oct 30, 2024 · 0 comments

Comments

@svax974
Copy link

svax974 commented Oct 30, 2024

Hello,

I tried to activate metrics from the geth client by adding a 6060:6060 port redirection in docker-compose.yml and by changing the command line in op-geth-entrypoint.sh to : exec geth --metrics --metrics.addr 0.0.0.0 --pprof --pprof.addr 0.0.0.0 $@

The geth client runs with those parameters in the docker container.
But any call to http://localhost:6060 returns a "404 page not found" page.
I tried adding /debug/metrics, /debug/metrics/prometheus, /metrics, always 404.

Are the metrics indeed exposed ? Is there a specific url to use ?

Thanks, regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant