Skip to content
This repository has been archived by the owner on Apr 11, 2019. It is now read-only.

Update to record timestamp and duration authoratively #107

Open
codefromthecrypt opened this issue Mar 23, 2017 · 3 comments
Open

Update to record timestamp and duration authoratively #107

codefromthecrypt opened this issue Mar 23, 2017 · 3 comments

Comments

@codefromthecrypt
Copy link

Recent versions of zipkin have a duration query that only works when timestamp and duration are set authoritatively. This implies adding the fields to the Span type when reporting to zipkin. These should be set when originating a new span (ex. all root and client spans, but not set on spans continued via B3 headers).

This was noticed by @prbarl who found duration query not working in cassandra for this reason

See openzipkin/openzipkin.github.io#49 for more details.

@jcarres-mdsol
Copy link
Contributor

You mean that instrumentation needs to set duration or duration on the UI would not be displayed?

@codefromthecrypt
Copy link
Author

codefromthecrypt commented Apr 18, 2017 via email

@jcarres-mdsol
Copy link
Contributor

Cool, understood, thanks

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

No branches or pull requests

2 participants