Method: ApplicationInsights::Channel::AsynchronousSender#send_time

Defined in:
lib/application_insights/channel/asynchronous_sender.rb

#send_timeFixnum

The time span in seconds for which the worker thread will stay alive if no items are found in the SenderBase#queue (defaults to 3.0).

Returns:

  • (Fixnum)

    the interval in seconds.



42
43
44
# File 'lib/application_insights/channel/asynchronous_sender.rb', line 42

def send_time
  @send_time
end