class OpenTracing::SpanContext
SpanContext
holds the data for a span that gets inherited to child spans
Constants
- NOOP_INSTANCE
Attributes
baggage[R]
Public Class Methods
new(baggage: {})
click to toggle source
Create a new SpanContext
@param id the ID of the Context @param trace_id the ID of the current trace @param baggage baggage
# File lib/opentracing/span_context.rb, line 12 def initialize(baggage: {}); end