On Thursday, 3 December 2020 at 05:26:08 UTC [email protected] wrote: > Curl 'http://localhost:8080/prometheus' > gave an empty response >
Add flag "-v" to see the response: curl -v 'http://localhost:8080/prometheus' To access the other container, try using its container name (as shown by "docker ps") and hope that docker resolves it for you, e.g. curl -v 'http://myjenkinscontainer:8080/prometheus' -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/948d489e-ed1d-4768-872d-f61d588f9391n%40googlegroups.com.

