Sha256: 2ec8177cb9e50aad34aa91ffd869d78bced55763b8ca00126de2862440668bfa

Contents?: true

Size: 245 Bytes

Versions: 18

Compression:

Stored size: 245 Bytes

Contents

# frozen_string_literal: true

module Honeycomb
  module Propagation
    Context = Struct.new(:trace_id, :parent_id, :trace_fields, :dataset) do
      def to_array
        [trace_id, parent_id, trace_fields, dataset]
      end
    end
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

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