Hi All,
I am facing below ICMP Port unreachable exception when my application docker container is trying to send Jaeger spans to the Jaeger Container.
All below required properties I have already added in the application.
logging.level.io.jaegertracing=DEBUG
opentracing.jaeger.udp-sender.host=jaeger
opentracing.jaeger.udp-sender.port=6831
Caused by: java.net.PortUnreachableException: ICMP Port Unreachable
2022-05-16T05:36:41.859982300Z at java.base/java.net.PlainDatagramSocketImpl.send0(Native Method)
2022-05-16T05:36:41.860051000Z at java.base/java.net.AbstractPlainDatagramSocketImpl.send(AbstractPlainDatagramSocketImpl.java:155)
2022-05-16T05:36:41.860205500Z at java.base/java.net.DatagramSocket.send(DatagramSocket.java:695)
2022-05-16T05:36:41.860327100Z at io.jaegertracing.thrift.internal.reporters.protocols.ThriftUdpTransport.flush(ThriftUdpTransport.java:149)