Class: Datadog::Tracing::SpanOperation::Events::BeforeStart

Inherits:
Event
  • Object
show all
Defined in:
lib/datadog/tracing/span_operation.rb

Overview

Triggered just before the span is started.

Instance Attribute Summary

Attributes inherited from Event

#name, #subscriptions

Instance Method Summary collapse

Methods inherited from Event

#publish, #subscribe, #unsubscribe_all!

Constructor Details

#initializeBeforeStart

Returns a new instance of BeforeStart.



373
374
375
# File 'lib/datadog/tracing/span_operation.rb', line 373

def initialize
  super(:before_start)
end