-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to watch jaeger-agent disconnection #2619
Comments
Which transport are you using to report spans? The default UDP does not keep connection, and expects the agent to run on the local host. However, if you run the agent under a DNS name (even if it's on the same host), then some Jaeger clients resolve DNS name to IP on start-up, so if that IP changes because of agent restart then the clients may "lose the connection". This would need to be addressed in specific clients (there were fixes in some languages, I don't recall which). |
Can you please suggest the mechanism to solve above problem |
There were some fixes in Java and Go clients for this: |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This issue has been automatically closed due to inactivity. |
I am using jaeger-all-in-one docker image
When trace registered first time, everything works.
if pod/container restarts the application which generates trace is not saved and shown in Jaeger UI.
Suspecting - when pod/container restart, agent connection lost. (Please help me to correct my understanding if I am wrong)
The text was updated successfully, but these errors were encountered: