OpenTelemetry PHP

SpanProcessorInterface

Tags
see
https://github.com/open-telemetry/opentelemetry-specification/blob/v1.6.1/specification/trace/sdk.md#span-processor

Table of Contents

Methods

forceFlush()  : bool
Export all ended spans to the configured Exporter that have not yet been exported.
onEnd()  : void
onStart()  : void
shutdown()  : bool
Cleanup; after shutdown, calling onStart, onEnd, or forceFlush is invalid Returns `false` is the processor is already shutdown, otherwise `true`.

Methods


        
On this page

Search results