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