Sha256: 1aeb5638ec7e1b2d4d3a5faefd873036af6f41f9ce92971e5965fd226133102c

Contents?: true

Size: 375 Bytes

Versions: 19

Compression:

Stored size: 375 Bytes

Contents

# frozen_string_literal: true

require "base64"
require "json"
require "uri"

require "honeycomb/propagation/honeycomb"

module Honeycomb
  # Parse trace headers
  module PropagationParser
    include HoneycombPropagation::UnmarshalTraceContext
  end

  # Serialize trace headers
  module PropagationSerializer
    include HoneycombPropagation::MarshalTraceContext
  end
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
honeycomb-beeline-3.1.0 lib/honeycomb/propagation.rb
honeycomb-beeline-3.0.1 lib/honeycomb/propagation.rb
honeycomb-beeline-3.0.0 lib/honeycomb/propagation.rb
honeycomb-beeline-2.11.1.pre.dev lib/honeycomb/propagation.rb
honeycomb-beeline-2.11.0 lib/honeycomb/propagation.rb
honeycomb-beeline-2.10.0 lib/honeycomb/propagation.rb
honeycomb-beeline-2.9.0 lib/honeycomb/propagation.rb
honeycomb-beeline-2.8.2 lib/honeycomb/propagation.rb
honeycomb-beeline-2.8.1 lib/honeycomb/propagation.rb
honeycomb-beeline-2.8.0 lib/honeycomb/propagation.rb
honeycomb-beeline-2.7.1 lib/honeycomb/propagation.rb
honeycomb-beeline-2.7.0 lib/honeycomb/propagation.rb
honeycomb-beeline-2.6.0 lib/honeycomb/propagation.rb
honeycomb-beeline-2.5.0 lib/honeycomb/propagation.rb
honeycomb-beeline-2.4.2 lib/honeycomb/propagation.rb
honeycomb-beeline-2.4.1 lib/honeycomb/propagation.rb
honeycomb-beeline-2.4.0 lib/honeycomb/propagation.rb
honeycomb-beeline-2.3.0 lib/honeycomb/propagation.rb
honeycomb-beeline-2.2.0 lib/honeycomb/propagation.rb