class Datadog::OpenTracer::SpanContext

OpenTracing adapter for SpanContext

Attributes

datadog_context[R]

Public Class Methods

new(datadog_context:, baggage: {}) click to toggle source
# File lib/ddtrace/opentracer/span_context.rb, line 9
def initialize(datadog_context:, baggage: {})
  @datadog_context = datadog_context
  @baggage = baggage.freeze
end