You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 23, 2023. It is now read-only.
Please answer these questions before submitting a bug report.
What version of OpenCensus are you using?
io.opencensus:opencensus-api:0.18.0
What JVM are you using (java -version)?
1.8
What did you do?
Set status of span exported it to Jaeger.
What did you expect to see?
Similar to the Zipkin exporter I expected status (code and message) to be preserved in some Jaeger tag.
What did you see instead?
Nothing related to the status was set on the span.
Additional context
It will be good to have the specs covering what attributes will be mapping OC Status so exporters in different languages can be consistent. I will create an issue on specs to track this.
Please answer these questions before submitting a bug report.
What version of OpenCensus are you using?
io.opencensus:opencensus-api:0.18.0What JVM are you using (
java -version)?1.8
What did you do?
Set status of span exported it to Jaeger.
What did you expect to see?
Similar to the Zipkin exporter I expected status (code and message) to be preserved in some Jaeger tag.
What did you see instead?
Nothing related to the status was set on the span.
Additional context
It will be good to have the specs covering what attributes will be mapping OC
Statusso exporters in different languages can be consistent. I will create an issue on specs to track this.