interface ExporterInterface

The ExporterInterface allows you to swap out the Trace reporting mechanism

Methods

bool
export(array $spans)

Export the provided SpanData to a backend.

Details

at line 33
bool export(array $spans)

Export the provided SpanData to a backend.

Parameters

array $spans

Return Value

bool