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

ports dependency linker to javascript #2731

Merged
merged 1 commit into from
Aug 8, 2019
Merged

ports dependency linker to javascript #2731

merged 1 commit into from
Aug 8, 2019

Conversation

codefromthecrypt
Copy link
Member

This should allow integrations including:

  • single trace aggregates
  • aggregates across the results of the current query

Right now, this is a direct and complete port of the Java code. However,
we could do more later once this is integrated. Here are some options:

  • include references to each span in the dependency link
    • Ex. trace/span id key so that you can jump directly to the row.
  • full path tracing (future)
    • Ex. instead of parent/child, complete path from root to each leaf.

See #2701
See #2622
See #2230

This should allow integrations including:

* single trace aggregates
* aggregates across the results of the current query

Right now, this is a direct and complete port of the Java code. However,
we could do more later once this is integrated. Here are some options:

* include references to each span in the dependency link
  * Ex. trace/span id key so that you can jump directly to the row.
* full path tracing (future)
  * Ex. instead of parent/child, complete path from root to each leaf.

See #2701
See #2622
See #2230
Copy link
Member

@zeagord zeagord left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me and will be helpful for the topology view

@codefromthecrypt codefromthecrypt merged commit 0d077ca into master Aug 8, 2019
@codefromthecrypt codefromthecrypt deleted the linker-js branch August 8, 2019 02:38
abesto pushed a commit to abesto/zipkin that referenced this pull request Sep 10, 2019
This should allow integrations including:

* single trace aggregates
* aggregates across the results of the current query

Right now, this is a direct and complete port of the Java code. However,
we could do more later once this is integrated. Here are some options:

* include references to each span in the dependency link
  * Ex. trace/span id key so that you can jump directly to the row.
* full path tracing (future)
  * Ex. instead of parent/child, complete path from root to each leaf.

See openzipkin#2701
See openzipkin#2622
See openzipkin#2230
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants