Class: Datadog::Tracing::SpanOperation::Events::BeforeStart
- Defined in:
- lib/datadog/tracing/span_operation.rb
Overview
Triggered just before the span is started.
Instance Attribute Summary
Attributes inherited from Event
Instance Method Summary collapse
-
#initialize ⇒ BeforeStart
constructor
A new instance of BeforeStart.
Methods inherited from Event
#publish, #subscribe, #unsubscribe_all!
Constructor Details
#initialize ⇒ BeforeStart
Returns a new instance of BeforeStart.
373 374 375 |
# File 'lib/datadog/tracing/span_operation.rb', line 373 def initialize super(:before_start) end |