On 2022-04-21 16:03, BHARATH KUMAR wrote:
thanks for your reply. I think we fixed some firewall issues and now
working fine for most servers. But still we are facing new error like

Get "http://some_ip:port_number/metrics": dial tcp
some_ip:port_number: connect: connection refused

what could be the reason for this error?


That generally means that the connection is passing through the firewalls ok but the end server is then rejecting it. Usually because the port number is wrong or the service attached to that port isn't running. For containers it could mean the port hasn't been exposed to the outside host.

--
Stuart Clark

--
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 prometheus-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/bbd74dc8fa03688e6714b86ae1f79100%40Jahingo.com.

Reply via email to