Class: Datadog::Tracing::TraceOperation::Events::TracePropagated
- Defined in:
- lib/datadog/tracing/trace_operation.rb
Overview
Triggered when trace is being propagated between applications or contexts
Instance Attribute Summary
Attributes inherited from Event
Instance Method Summary collapse
-
#initialize ⇒ TracePropagated
constructor
A new instance of TracePropagated.
Methods inherited from Event
#publish, #subscribe, #unsubscribe_all!
Constructor Details
#initialize ⇒ TracePropagated
Returns a new instance of TracePropagated.
427 428 429 |
# File 'lib/datadog/tracing/trace_operation.rb', line 427 def initialize super(:trace_propagated) end |