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:
https://prometheus.example.com/ <--- the prometheus application https://prometheus.example.com/pushgateway/ <--- the pushgateway application 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. -- 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/5b56a399-95fa-4d57-90ed-faf030c2d5a3o%40googlegroups.com.

