Class: Datadog::Tracing::SpanOperation::Events::BeforeFinish
- Defined in:
- lib/datadog/tracing/span_operation.rb
Overview
Triggered just before the span is finalized into a Span object. Subscribers can still mutate tags on the SpanOperation at this point.
Instance Attribute Summary
Attributes inherited from Event
Instance Method Summary collapse
-
#initialize ⇒ BeforeFinish
constructor
A new instance of BeforeFinish.
Methods inherited from Event
#publish, #subscribe, #unsubscribe_all!
Constructor Details
#initialize ⇒ BeforeFinish
Returns a new instance of BeforeFinish.
440 441 442 |
# File 'lib/datadog/tracing/span_operation.rb', line 440 def initialize super(:before_finish) end |