class ElasticAPM::TraceContext::Tracestate::Entry

def initialize(key, value)

def initialize(key, value)
  @key = key
  @value = value
end