In jaeger-client-cpp
when I connect my Tracer
variable to jaeger backend (I m using jaeger-all-in-one
server) then upon successful connection LOG INFO
message is shown telling me the connection is successful, but when connection is unsuccessful is just shows LOG ERROR
message telling me that connection with server not successful.
So is there any way to check this programatically about the status of connection of Tracer
with server.
OS-ubuntu 18.04
jaeger-client-cpp-v0.5.0