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

Support for followsFrom references #99

Open
antoinetissier opened this issue Jan 27, 2020 · 2 comments
Open

Support for followsFrom references #99

antoinetissier opened this issue Jan 27, 2020 · 2 comments

Comments

@antoinetissier
Copy link
Contributor

Hi,

In the Javascript API of OpenTracing, function followsFrom allows to create a reference that can be passed as SpanOption when starting a span.

However, in this repo, references do not seem to be supported. Is there any plan on supporting them in the future ?

Thanks,
Antoine

@DanielMSchmidt
Copy link
Owner

Hey,

I think the follows from concept is not really implemented in Zipkin, at least as far as I know :)

@antoinetissier
Copy link
Contributor Author

antoinetissier commented Jan 27, 2020

Thanks for your answer. Is there any equivalent concept in Zipkin that could be leveraged ?

childOf is a bit limiting sometimes. For example (that's my use case^^), if from a client application you load a file, and when that file loads it triggers a query being sent to a server, you might want to monitor the file loading time from a client perspective on one hand (i.e. without taking the query into account), and the query execution on the other hand.
So you would want a span for the loading of the file, and another one for the query execution, "following" the loading span

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

2 participants