Class: Datadog::Tracing::TraceOperation::Events::SpanFinished

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

Overview

Triggered when a span finishes, 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

#initializeSpanFinished

Returns a new instance of SpanFinished.



400
401
402
# File 'lib/datadog/tracing/trace_operation.rb', line 400

def initialize
  super(:span_finished)
end