SpanExporterInterface
in
Tags
Table of Contents
Methods
- export() : FutureInterface
- forceFlush() : bool
- shutdown() : bool
Methods
export()
public
export(iterable<string|int, SpanDataInterface> $batch[, CancellationInterface|null $cancellation = null ]) : FutureInterface
Parameters
- $batch : iterable<string|int, SpanDataInterface>
-
Batch of spans to export
- $cancellation : CancellationInterface|null = null
Tags
Return values
FutureInterfaceforceFlush()
public
forceFlush([CancellationInterface|null $cancellation = null ]) : bool
Parameters
- $cancellation : CancellationInterface|null = null
Tags
Return values
boolshutdown()
public
shutdown([CancellationInterface|null $cancellation = null ]) : bool
Parameters
- $cancellation : CancellationInterface|null = null