@WilliamBZA Thanks again for helping me with this .
Now, I’m able to connect to Service Pulse and Service Insights when used the IP Address of the container.
Service Pulse Connection Succeded
Able to receive heartbeats of active endpoints
Service Insights Connection Succeeded but doesn’t load messages
Exception
2020-11-03 20:05:38.1230|45|Warn|ServiceControl.CompositeViews.Messages.ScatterGatherApi2[[ServiceControl.Monitoring.EndpointInstanceMonitoring, ServiceControl, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null],[System.Collections.Generic.IList
1[[ServiceControl.Monitoring.KnownEndpointsView, ServiceControl, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]|Failed to query remote instance at http://172.24.14.138:44466/api.
System.Net.Http.HttpRequestException: An error occurred while sending the request. —> System.Net.WebException: Unable to connect to the remote server —> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 172.24.14.138:44466
at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
— End of inner exception stack trace —
at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
at System.Net.Http.HttpClientHandler.GetResponseCallback(IAsyncResult ar)
— End of inner exception stack trace —
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at ServiceControl.CompositeViews.Messages.ScatterGatherApi`2.d__17.MoveNext()
2020-11-03 20:05:53.2576|42|Info|ServiceControl.Recoverability.RetryProcessor|No batch found to forward.
2020-11-03 20:05:53.2576|38|Info|ServiceControl.Recoverability.RetryProcessor|No batch found to stage.
Am I missing something here? Also, Can we containerize Service Pulse as well?