lib/instana/tracing/processor.rb in instana-0.10.1 vs lib/instana/tracing/processor.rb in instana-0.11.0
- old
+ new
@@ -28,10 +28,10 @@
#
def send
return if @queue.empty?
size = @queue.size
- if size > 10
+ if size > 100
Instana.logger.debug "Trace queue is #{size}"
end
::Instana.agent.report_spans(queued_spans)
end