Sha256: 3b2dbfbe23fc52fc2b6c648a548ffb6535be86d96019ddb25444d7d622a09004

Contents?: true

Size: 348 Bytes

Versions: 7

Compression:

Stored size: 348 Bytes

Contents

module Datadog
  module Ext
    module DistributedTracing
      # HTTP headers one should set for distributed tracing.
      # These are cross-language (eg: Python, Go and other implementations should honor these)
      HTTP_HEADER_TRACE_ID = 'x-datadog-trace-id'.freeze
      HTTP_HEADER_PARENT_ID = 'x-datadog-parent-id'.freeze
    end
  end
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
fair-ddtrace-0.8.2.a lib/ddtrace/ext/distributed.rb
ddtrace-0.9.2 lib/ddtrace/ext/distributed.rb
ddtrace-0.9.1 lib/ddtrace/ext/distributed.rb
ddtrace-0.9.0 lib/ddtrace/ext/distributed.rb
ddtrace-0.8.2 lib/ddtrace/ext/distributed.rb
ddtrace-0.8.1 lib/ddtrace/ext/distributed.rb
ddtrace-0.8.0 lib/ddtrace/ext/distributed.rb