Class: Datadog::Tracing::TraceOperation::Events::SpanBeforeFinish

Inherits:
Event
  • Object
show all
Defined in:
lib/datadog/tracing/trace_operation.rb

Overview

Triggered just before a span is finalized, mirroring SpanOperation::Events::BeforeFinish. 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

#initializeSpanBeforeFinish



491
492
493
# File 'lib/datadog/tracing/trace_operation.rb', line 491

def initialize
  super(:span_before_finish)
end