Module: Zipkin::Encoders::JsonEncoder::Fields

Defined in:
lib/zipkin/encoders/json_encoder.rb

Defined Under Namespace

Modules: Endpoint

Constant Summary collapse

TRACE_ID =
'traceId'.freeze
SPAN_ID =
'id'.freeze
PARENT_ID =
'parentId'.freeze
OPERATION_NAME =
'name'.freeze
KIND =
'kind'.freeze
TIMESTAMP =
'timestamp'.freeze
DURATION =
'duration'.freeze
DEBUG =
'debug'.freeze
SHARED =
'shared'.freeze
LOCAL_ENDPOINT =
'localEndpoint'.freeze
REMOTE_ENDPOINT =
'remoteEndpoint'.freeze
ANNOTATIONS =
'annotations'.freeze
TAGS =
'tags'.freeze