Flow PHP

TelemetryOptions

Read onlyYes
FinalYes

Properties

$collectMetrics  : bool
$filesystem  : FilesystemTelemetryOptions
$traceLoading  : bool
$traceTransformations  : bool

Methods

__construct()  : mixed
collectMetrics()  : self
filesystem()  : self
traceLoading()  : self
traceTransformations()  : self

Properties

$filesystem

public FilesystemTelemetryOptions $filesystem = new FilesystemTelemetryOptions()

Methods

__construct()

public __construct([bool $traceLoading = false ][, bool $traceTransformations = false ][, bool $collectMetrics = false ][, FilesystemTelemetryOptions $filesystem = new FilesystemTelemetryOptions() ]) : mixed
Parameters
$traceLoading : bool = false
$traceTransformations : bool = false
$collectMetrics : bool = false
$filesystem : FilesystemTelemetryOptions = new FilesystemTelemetryOptions()

collectMetrics()

public collectMetrics([bool $collect = true ]) : self
Parameters
$collect : bool = true
Return values
self

filesystem()

public filesystem(FilesystemTelemetryOptions $options) : self
Parameters
$options : FilesystemTelemetryOptions
Return values
self

traceLoading()

public traceLoading([bool $trace = true ]) : self
Parameters
$trace : bool = true
Return values
self

traceTransformations()

public traceTransformations([bool $trace = true ]) : self
Parameters
$trace : bool = true
Return values
self

        
On this page

Search results