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

removes listing dupe tags from UI (only if both key & value are the same #1867

Merged
merged 3 commits into from
Jan 4, 2018

Conversation

basvanbeek
Copy link
Member

In shared spans mode it is easy to wind up with duplicate tags (binary annotations). Some instrumentation has tried to avoid this collision by either removing this information from their client side or server side instrumentation at the expense of losing this information if one of the sides is not instrumented.

By deduping tags in the UI view when both key and value are exactly the same we'll have all information available if one side is not instrumented while only showing dupe tags if client side and server side have different values (which can be valuable information to have and avoids us making an estimated decision on which tags are more important from either client or server side).

@basvanbeek
Copy link
Member Author

see also issue #989

@codefromthecrypt
Copy link
Member

codefromthecrypt commented Jan 4, 2018 via email

@basvanbeek
Copy link
Member Author

sure. I'll also fix linter warnings/errors

@basvanbeek basvanbeek merged commit 8bbd8c5 into openzipkin:master Jan 4, 2018
abesto pushed a commit to abesto/zipkin that referenced this pull request Sep 10, 2019
…ame (openzipkin#1867)

* removes listing dupe tags from UI (only if both key and value are the same)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug ui Zipkin UI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants