class Traces::Context

def remote?

Whether this context was created from a distributed trace header.
def remote?
	@remote
end