Class: Datadog::Tracing::SpanOperation::Events::BeforeFinish

Inherits:
Event
  • Object
show all
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

#name, #subscriptions

Instance Method Summary collapse

Methods inherited from Event

#publish, #subscribe, #unsubscribe_all!

Constructor Details

#initializeBeforeFinish

Returns a new instance of BeforeFinish.



440
441
442
# File 'lib/datadog/tracing/span_operation.rb', line 440

def initialize
  super(:before_finish)
end