class LHC::Zipkin

def trace_id

def trace_id
  @trace_id ||= ZipkinTracer::TraceGenerator.new.next_trace_id
end