class ElasticAPM::TraceContext

def to_header

def to_header
  format('%s-%s-%s-%s', version, trace_id, id, hex_flags)
end