You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: