-
Notifications
You must be signed in to change notification settings - Fork 657
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
Add status to the tags for the Zipkin Exporter #1124
Merged
codeboten
merged 9 commits into
open-telemetry:master
from
open-o11y:zipkin-exporter-issue
Sep 18, 2020
+24
−2
Merged
Changes from 5 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
53199dc
[Issue #1111] Add span status to tags for Zipkin exporter
wilguo 2c05bc0
[Issue #1111] Add status code to unit test for Zipkin exporter
wilguo db9673f
[Issue #1111] Fix lint errors
wilguo 9a31db1
[Issue #1111] Update changelog for Zipkin exporter
wilguo 9a7ec13
[Issue #1111] Add test to test status code change and status descript…
wilguo 7afb5c5
Merge branch 'master' into zipkin-exporter-issue
wilguo 8fc9a89
Merge branch 'master' into zipkin-exporter-issue
wilguo 96d07f2
[Issue #1111] Changed status to use otel instead of ot
wilguo 5d8c75d
Merge branch 'master' into zipkin-exporter-issue
wilguo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey there - these tags don't quite look correct because they're
ot
. The referenced spec was added several months ago (open-telemetry/opentelemetry-specification#380) before the acronym was officially finalized asotel
. I have sent open-telemetry/opentelemetry-specification#967 to fix this.I'd recommend either proactively using
otel
(it's pretty obvious that's what it should be, see lines 180 / 183 in this file) or waiting a bit if you'd like to see the update in the spec merged. As it stands, if this merges it'll need to be updated right away anyways.