Class: Datadog::Tracing::Writer::Events::AfterSend
- 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
Instance Method Summary collapse
-
#initialize ⇒ AfterSend
constructor
A new instance of AfterSend.
Methods inherited from Event
#publish, #subscribe, #unsubscribe_all!
Constructor Details
#initialize ⇒ AfterSend
Returns a new instance of AfterSend.
150 151 152 |
# File 'lib/datadog/tracing/writer.rb', line 150 def initialize super(:after_send) end |