OpenTelemetry PHP

SpanExporterDecoratorTrait

Table of Contents

Properties

$decorated  : SpanExporterInterface

Methods

export()  : FutureInterface<string|int, bool>
forceFlush()  : bool
setDecorated()  : void
shutdown()  : bool
afterExport()  : void
beforeExport()  : iterable<string|int, mixed>

Properties

Methods

afterExport()

protected abstract afterExport(iterable<string|int, mixed> $spans, bool $exportSuccess) : void
Parameters
$spans : iterable<string|int, mixed>
$exportSuccess : bool

beforeExport()

protected abstract beforeExport(iterable<string|int, mixed> $spans) : iterable<string|int, mixed>
Parameters
$spans : iterable<string|int, mixed>
Return values
iterable<string|int, mixed>

        
On this page

Search results