Class: Datadog::Tracing::TraceOperation::Events::SpanFinished
- Defined in:
- lib/datadog/tracing/trace_operation.rb
Overview
Triggered when a span finishes, regardless of error.
Instance Attribute Summary
Attributes inherited from Event
Instance Method Summary collapse
-
#initialize ⇒ SpanFinished
constructor
A new instance of SpanFinished.
Methods inherited from Event
#publish, #subscribe, #unsubscribe_all!
Constructor Details
#initialize ⇒ SpanFinished
Returns a new instance of SpanFinished.
400 401 402 |
# File 'lib/datadog/tracing/trace_operation.rb', line 400 def initialize super(:span_finished) end |