class ElasticAPM::Span::Context::Destination

def http_service(uri)

def http_service(uri)
  Service.new(resource: "#{uri.host}:#{uri.port}")
end