Hi, On 8/4/20 3:23 PM, jumble wrote: > Latest prometheus, on RHEL8. > > Observed behavior: bound to |127.0.0.1:9090|
This sounds unexpected. Are you using the official binaries from prometheus.io / github? Can you share the exact logs from your experiments? Is it possible that you've got multiple Prometheus installations, i.e. one that is already running (bound to localhost) and the one where you tried to run experiments? I suggest checking the process list (ps aux | grep prometheus), watching the logs for "address already in use" messages and/or trying a different port. It would be really surprising if this was a bug in Prometheus, Go or RHEL8. But who knows :) Kind regards, Christian -- 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/4b0a3bb2-eebe-69ee-5608-feceeb207383%40hoffmann-christian.info.

