I'm trying to set up Prometheus and Pushgateway on the same box with TLS support. I have ngix doing a reverse proxy and it's working but I can't the applications to work. When I try to specify the target in the prometheus.yml it breaks the service complaining about the bind address already being in use. Ideally these are the URLs of what I'm trying to achieve:
Ngix is doing the reverse proxy back to the :9090 and :9091 ports respectively but whenever I try to specify the target in the yml is where things break. I also can't push metrics yet to pushgateway either.