Class: Datadog::Tracing::SpanOperation::Events::AfterStop

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

Overview

Triggered when the span is stopped, regardless of error.

Instance Attribute Summary

Attributes inherited from Event

#name, #subscriptions

Instance Method Summary collapse

Methods inherited from Event

#publish, #subscribe, #unsubscribe_all!

Constructor Details

#initializeAfterStop

Returns a new instance of AfterStop.



366
367
368
# File 'lib/datadog/tracing/span_operation.rb', line 366

def initialize
  super(:after_stop)
end