How to fix this error ??
Post “http://localhost:9090/metrics/api/v1/query”: dial tcp 127.0.0.1:9090: connect: connection refused – There was an error returned querying the Prometheus API.
do
docker ps
then
docker inspect <nodename>
to get the exposed ip address and port
and then use it to avoid the error
You must be logged in to reply to this topic.