-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Span Kind data loss in OpenCensus protocol #1136
Labels
bug
Something isn't working
Milestone
Comments
This was referenced Jun 18, 2020
Supposedly this should be handled by
But apparently it is not. |
tigrannajaryan
pushed a commit
that referenced
this issue
Jun 22, 2020
Added setting of span attribute "span.kind" to "internal" when translating from OTLP to OC and translate back to SpanKindINTERNAL when translating from OC to OTLP. **Link to tracking Issue:** #1136 #754 **Testing:** All tracing correctness tests involving only otlp and opencensus receivers and exporters now report a zero failure count.
wyTrivail
pushed a commit
to mxiamxia/opentelemetry-collector
that referenced
this issue
Jul 13, 2020
…try#1143) Added setting of span attribute "span.kind" to "internal" when translating from OTLP to OC and translate back to SpanKindINTERNAL when translating from OC to OTLP. **Link to tracking Issue:** open-telemetry#1136 open-telemetry#754 **Testing:** All tracing correctness tests involving only otlp and opencensus receivers and exporters now report a zero failure count.
MovieStoreGuy
pushed a commit
to atlassian-forks/opentelemetry-collector
that referenced
this issue
Nov 11, 2021
Otherwise, they are no aligned together on godoc. Co-authored-by: Tyler Yahn <[email protected]>
hughesjj
pushed a commit
to hughesjj/opentelemetry-collector
that referenced
this issue
Apr 27, 2023
Troels51
pushed a commit
to Troels51/opentelemetry-collector
that referenced
this issue
Jul 5, 2024
swiatekm
pushed a commit
to swiatekm/opentelemetry-collector
that referenced
this issue
Oct 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
OpenCensus protocol only defines Unknown, Client and Server span kinds. When translating between OTLP protocol and OpenCensus protocol this results in data loss because other Kind values get translated to Unknown.
Steps to reproduce
Run the tracing correctness tests and view the results summary.
What did you expect to see?
Zero failure count.
What did you see instead?
Failure count of 296 and failures: Kind,1!=0,count=296;.
What version did you use?
Version: (e.g.,
v0.4.0
,1eb551b
, etc)What config did you use?
Correctness test configuration per receiver-exporter combination.
Environment
OS: OS X
Compiler(if manually compiled): go1.14.3 darwin/amd64
Additional context
The text was updated successfully, but these errors were encountered: