GithubHelp home page GithubHelp logo

Comments (3)

rustielin avatar rustielin commented on July 27, 2024

Thanks for reporting this issue! A fix is on the way #205

from aptos-core.

rustielin avatar rustielin commented on July 27, 2024

@Krishnacore try pulling the latest changes and see if it fixes it. I was able to repro and fix on my side. You can even confirm that we're listening to the right address by:

docker-compose up

# exec into your docker fullnode
docker container exec -it <container ID> bash

$ apt-get update && apt-get -y install lsof
$ lsof -i -P -n | grep LISTEN
...
aptos-nod   1 root   14u  IPv4 489652      0t0  TCP *:9101 (LISTEN)

The default address for the debug config (of which metrics are a part) can be found here: https://github.com/aptos-labs/aptos-core/blob/main/config/src/config/debug_interface_config.rs#L16-L25, and you can see that it's listening to 0.0.0.0:9091

from aptos-core.

Krishnacore avatar Krishnacore commented on July 27, 2024

Yes, my mistake. I misplaced the ports.
By the way, did you think to add to your Dockerfiles something like:
ENV PATH="${PATH}:/opt/aptos/bin"
So you don't have to specify the full path to the binaries in docker-compose?

from aptos-core.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.