Class: Datadog::Tracing::SpanOperation::Events::AfterFinish
- 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
Instance Method Summary collapse
-
#initialize ⇒ AfterFinish
constructor
A new instance of AfterFinish.
Methods inherited from Event
#publish, #subscribe, #unsubscribe_all!
Constructor Details
#initialize ⇒ AfterFinish
Returns a new instance of AfterFinish.
359 360 361 |
# File 'lib/datadog/tracing/span_operation.rb', line 359 def initialize super(:after_finish) end |