Slide 20
Slide 20 text
20
A
B
Time
Tags
http.method: “GET”, http.status:
200, app: “my-service”
Tags
Span specific, user-defined key:value
annotations. Can be used to query and filter.
Logs
“level”: “info”, “method”: “GET”,
“message”: “animals are better
than humans”
Logs
Contextualised logging messages. Used to
capture debugging information and events
that occurred within the span.
SpanContext
trace_id: “20092013”, span_id:
“01071992”
Baggage: user_id: “03092019”
SpanContext
Transporting data across the network
boundary, both in the immediate context
(e.g. parent span_id), and baggage - which is
carried throughout the entire trace.