class ElasticAPM::Span::Context

@api private

def initialize(db: nil, http: nil, labels: {})

def initialize(db: nil, http: nil, labels: {})
  @sync = true
  @db = db && Db.new(db)
  @http = http && Http.new(http)
  @labels = labels
end