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

Completes refactor of UI to v2 native #2304

Merged
merged 1 commit into from
Dec 2, 2018
Merged

Completes refactor of UI to v2 native #2304

merged 1 commit into from
Dec 2, 2018

Conversation

codefromthecrypt
Copy link
Member

This is the last step where the UI no longer uses any v1 types.

What it does now is a dual-pass where at first v2 spans are collected
into events such that spans that share an ID can be in the same row.

After that, it decorates them with positional details, such as where
to put annotations or how wide the span line should be.

fixes #2217

This is the last step where the UI no longer uses any v1 types.

What it does now is a dual-pass where at first v2 spans are collected
into events such that spans that share an ID can be in the same row.

After that, it decorates them with positional details, such as where
to put annotations or how wide the span line should be.

fixes #2217
@codefromthecrypt
Copy link
Member Author

@openzipkin/ui so happy this is done.. so much work. I tested by viewing a netflix trace before and after as that's our most complex one.

@codefromthecrypt codefromthecrypt merged commit 788ec28 into master Dec 2, 2018
@codefromthecrypt codefromthecrypt deleted the ui-v2 branch December 2, 2018 03:34
abesto pushed a commit to abesto/zipkin that referenced this pull request Sep 10, 2019
This is the last step where the UI no longer uses any v1 types.

What it does now is a dual-pass where at first v2 spans are collected
into events such that spans that share an ID can be in the same row.

After that, it decorates them with positional details, such as where
to put annotations or how wide the span line should be.

fixes openzipkin#2217
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

Successfully merging this pull request may close these issues.

Refactor UI to internally use the v2 model
1 participant