oracledb_exporter icon indicating copy to clipboard operation
oracledb_exporter copied to clipboard

Metrics not accesible from outside the container

Open mrdiogon opened this issue 2 years ago • 0 comments

I'm submitting a ...

  • [ ] bug report

What is the current behavior?

When i try to do a curl to the container, i never get a response. If i use port forwardin it just continue until i stop it and, if i use traefik, i just get a gateway timeout. However, it work perfectly if i do the curl from inside the container...

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem

Run the container exactly like the doc. Execute the command: curl http://localhost:9161 inside the command line of the docker node on which the container is running.

What is the expected behavior?

A curl from outside the container shlud give the metrics if there-s a port forwarding.

Please tell us about your environment:

Version: 5.0.2

mrdiogon avatar Nov 24 '23 13:11 mrdiogon