Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ConsoleSpanExporter export is ambiguous/incomplete #478

Closed
@lizthegrey

Description

@lizthegrey

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.

Metadata

Metadata

Labels

sdkAffects the SDK package.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions