TracesSourceTracesBackendCapture

module Capture

A backend which logs all spans to the Capture logger output.

Nested

Definitions

def self.spans

All captured spans.

Implementation

def self.spans
	@spans ||= []
end