Skip to content

Do not get all metrics #7156

Answered by Tealk
Tealk asked this question in Q&A
Oct 12, 2023 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

the problem was too simple, in the docker-compose file the port was not shared.

docker-compose.yml

    ports:
      - "${COMPOSE_PORT_HTTP:-9000}:9000"
      - "${COMPOSE_PORT_HTTPS:-9443}:9443"
      - "9300:9300"

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@Tealk
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Tealk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants