# README

SDK Trace test

PkgGoDev

# Functions

NewInMemoryExporter returns a new InMemoryExporter.
NewNoopExporter returns a new no-op exporter.
NewSpanRecorder returns a new initialized SpanRecorder.
SpanStubFromReadOnlySpan returns a SpanStub populated from ro.
SpanStubsFromReadOnlySpans returns SpanStubs populated from ro.

# Structs

InMemoryExporter is an exporter that stores all received spans in-memory.
NoopExporter is an exporter that drops all received spans and performs no action.
SpanRecorder records started and ended spans.
SpanStub is a stand-in for a Span.

# Type aliases

SpanStubs is a slice of SpanStub use for testing an SDK.