A span represents a unit of work: one HTTP request, one database query, one function call. A span has a trace ID (shared across all spans in the request), a span ID (unique to this span), a parent ...