You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling curl localhost:9000/metrics returns nothing while curl localhost:8080/metrics seems to return the expected metrics.
9000 is listed as being the default, and no PROMETHEUS_PORT env is set. It seems that 8080 is actually the default port?
Expected behavior
9000 should be the default port.
Adding to this, changing the PROMETHEUS_PORT environment variable did not seem to successfully apply to the container.