Class: Datadog::Tracing::SpanOperation::Events::AfterFinish

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

Overview

Triggered when the span is finished, 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

#initializeAfterFinish

Returns a new instance of AfterFinish.



359
360
361
# File 'lib/datadog/tracing/span_operation.rb', line 359

def initialize
  super(:after_finish)
end