Is your feature request related to a problem?
Using the ConsoleSpanExporter(), we see Span(...)Span(...) with no newlines or other delimeters separating them, and attributes not reported.
Describe the solution you'd like
Span(name="fibHandler", context=SpanContext(trace_id=0xe15c7cbba84447f39c83e20cb4cd6cf7, span_id=0xbfe12c3731d17d9a, trace_state={}), kind=SpanKind.SERVER, attributes={[...]}, parent=SpanContext(trace_id=0xe15c7cbba84447f39c83e20cb4cd6cf7, span_id=0xd011389d33b829dd, trace_state={}), start_time=2020-03-12T08:56:43.718479Z, end_time=2020-03-12T08:56:43.729221Z),
Span(name="fibHandlerInternal",[...]),
Span(name="fibHandlerInternal",[...]),
Additional context
This is for clarity in the Intro to OTel workshop.
Is your feature request related to a problem?
Using the ConsoleSpanExporter(), we see Span(...)Span(...) with no newlines or other delimeters separating them, and attributes not reported.
Describe the solution you'd like
Additional context
This is for clarity in the Intro to OTel workshop.