Class: Datadog::Tracing::Writer::Events::AfterSend

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

Overview

Triggered after the writer sends traces through the transport. Provides the Writer instance and transport response list to the callback.

Instance Attribute Summary

Attributes inherited from Event

#name, #subscriptions

Instance Method Summary collapse

Methods inherited from Event

#publish, #subscribe, #unsubscribe_all!

Constructor Details

#initializeAfterSend

Returns a new instance of AfterSend.



146
147
148
# File 'lib/datadog/tracing/writer.rb', line 146

def initialize
  super(:after_send)
end