Skip to content
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

Timing issues with different systems involved #173

Closed
DanielMSchmidt opened this issue Dec 11, 2017 · 5 comments
Closed

Timing issues with different systems involved #173

DanielMSchmidt opened this issue Dec 11, 2017 · 5 comments

Comments

@DanielMSchmidt
Copy link
Contributor

DanielMSchmidt commented Dec 11, 2017

Hi there,

First of all big thanks for maintaining this project! We are adding zipkin to our application and experience a problem with the time sync between our frontend running in a browser and our backend systems running on AWS or in a kubernetes cluster. We got spans that look like this:

screen shot 2017-12-11 at 15 35 53

I ensured that the span is only finished when the request comes back from the server and the times indicate that it should be fine, except for a some second offset between both systems. Is there some way I can "sync" both zipkin clients with each other to rely on the same timing? Is this not a common issue?

@DanielMSchmidt
Copy link
Contributor Author

DanielMSchmidt commented Dec 11, 2017

/cc @levito & @garthenweb

@codefromthecrypt
Copy link
Member

codefromthecrypt commented Dec 12, 2017 via email

@mpetazzoni
Copy link

looks related to this? openzipkin/zipkin#1492 (comment)

I think you meant openzipkin/zipkin#1492 (comment) (my comment just above it), but yes it looks very similar. The hosts participating in the trace have slightly offset clocks. I'm not sure the dependency-linking discussed in openzipkin/zipkin#1480 would help there, unless I'm misunderstanding something.

@codefromthecrypt
Copy link
Member

This issue was moved to openzipkin/zipkin#1839

@codefromthecrypt
Copy link
Member

codefromthecrypt commented Dec 12, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants