Class: SignalFx::Lambda::Tracing::B3TextMapCodec
- Inherits:
-
Object
- Object
- SignalFx::Lambda::Tracing::B3TextMapCodec
- Defined in:
- lib/signalfx/lambda/tracing/extractors.rb
Class Method Summary collapse
Class Method Details
.extract(carrier) ⇒ Object
30 31 32 |
# File 'lib/signalfx/lambda/tracing/extractors.rb', line 30 def self.extract(carrier) B3CodecCommon.extract(carrier, Keys) end |