Class: LightStep::Propagation::B3Propagator

Inherits:
LightStepPropagator show all
Defined in:
lib/lightstep/propagation/b3_propagator.rb

Constant Summary collapse

CARRIER_TRACER_STATE_PREFIX =
'x-b3-'
CARRIER_SPAN_ID =
'x-b3-spanid'
CARRIER_TRACE_ID =
'x-b3-traceid'
CARRIER_SAMPLED =
'x-b3-sampled'
TRUE_VALUES =
%w[1 true].freeze

Constants inherited from LightStepPropagator

LightStepPropagator::CARRIER_BAGGAGE_PREFIX

Method Summary

Methods inherited from LightStepPropagator

#extract, #inject