module Zipkin::Endpoint::PeerInfo

Constants

IPV4
IPV6
PORT
SERVICE

Public Class Methods

keys() click to toggle source
# File lib/zipkin/endpoint.rb, line 25
def self.keys
  [SERVICE, IPV4, IPV6, PORT]
end