class ElasticAPM::TraceContext

def flags

def flags
  format('0000000%d', recorded? ? 1 : 0)
end