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
Steps to reproduce
Run Zipkin instance.
Run Collector configured to receive otlp via http or grpc and export to Zipkin instance.
Create a OTLP client and create a span with a recorded error (see config section for example, included Jaeger for comparison)
What did you expect to see?
Zipkin instance shows traces that contain spans with recorded errors and are marked red.
What did you see instead?
Zipkin instance shows traces that contain spans without recorded errors that are not marked red.
Describe the bug
The zipkin exporter does not retain the recorded error of a span from the otlp receiver. This could be an issue with https://github.com/open-telemetry/opentelemetry-go but I'm trying here first.
Steps to reproduce
Run Zipkin instance.
Run Collector configured to receive otlp via http or grpc and export to Zipkin instance.
Create a OTLP client and create a span with a recorded error (see config section for example, included Jaeger for comparison)
What did you expect to see?
Zipkin instance shows traces that contain spans with recorded errors and are marked red.
What did you see instead?
Zipkin instance shows traces that contain spans without recorded errors that are not marked red.
What version did you use?
Version: 0.45.0
What config did you use?
Environment
OS: CentOS 7.6
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: