class XRay::LambdaStreamer
LambdaStreamer
extends DefaultStreamer
so that subsegments are sent to the XRay
endpoint as they are available.
Public Class Methods
new()
click to toggle source
# File lib/aws-xray-sdk/lambda/lambda_streamer.rb, line 5 def initialize @stream_threshold = 1 #Stream every subsegment as it is available end