class LHC::Zipkin

def record_remote_endpoint

def record_remote_endpoint
  span.record_tag(::Trace::BinaryAnnotation::SERVER_ADDRESS, TRUE, ::Trace::BinaryAnnotation::Type::BOOL, remote_endpoint)
end