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
I have a service running locally (no container) and it has a proper Prometheus endpoint. It is reachable through http://localhost:8094/actuator/prometheus. When I start a separate curl container, I can reach the endpoint at http://host.docker.internal:8094/actuator/prometheus from within the container.
I started the promlens container as directed in the documentation: docker run -p 8099:8080 prom/promlens
I can reach the promlens endpoint at http://localhost:8099/, but when I enter http://host.docker.internal:8094/actuator/prometheus in the URL bar, an error message is displayed: Error validating server health: Not Found.
I am running MacOS.
What am I doing wrong?
The text was updated successfully, but these errors were encountered:
I have a service running locally (no container) and it has a proper Prometheus endpoint. It is reachable through
http://localhost:8094/actuator/prometheus
. When I start a separatecurl
container, I can reach the endpoint athttp://host.docker.internal:8094/actuator/prometheus
from within the container.I started the promlens container as directed in the documentation:
docker run -p 8099:8080 prom/promlens
I can reach the promlens endpoint at
http://localhost:8099/
, but when I enterhttp://host.docker.internal:8094/actuator/prometheus
in the URL bar, an error message is displayed:Error validating server health: Not Found
.I am running MacOS.
What am I doing wrong?
The text was updated successfully, but these errors were encountered: