class Traces::Context

def to_s

A string representation of the trace context (excluding trace state).
def to_s
	"00-#{@trace_id}-#{@parent_id}-#{@flags.to_s(16)}"
end