class Traces::Context

def nested(flags = @flags)

Create a new nested trace context in which spans can be recorded.
def nested(flags = @flags)
	Context.new(@trace_id, SecureRandom.hex(8), flags, @state, @baggage, remote: @remote)
end