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
$collectMetrics
public
bool
$collectMetrics
= false
$filesystem
public
FilesystemTelemetryOptions
$filesystem
= new FilesystemTelemetryOptions()
$traceLoading
public
bool
$traceLoading
= false
$traceTransformations
public
bool
$traceTransformations
= false
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
selffilesystem()
public
filesystem(FilesystemTelemetryOptions $options) : self
Parameters
- $options : FilesystemTelemetryOptions
Return values
selftraceLoading()
public
traceLoading([bool $trace = true ]) : self
Parameters
- $trace : bool = true
Return values
selftraceTransformations()
public
traceTransformations([bool $trace = true ]) : self
Parameters
- $trace : bool = true