class SignalFx::Lambda::Tracing::B3TextMapCodec
Public Class Methods
extract(carrier)
click to toggle source
# File lib/signalfx/lambda/tracing/extractors.rb, line 30 def self.extract(carrier) B3CodecCommon.extract(carrier, Keys) end