FilesystemTelemetryOptions
Read onlyYes
FinalYes
Properties
- $collectMetrics : bool
- $traceStreams : bool
Methods
- __construct() : mixed
- collectMetrics() : self
- traceStreams() : self
Properties
$collectMetrics
public
bool
$collectMetrics
= true
$traceStreams
public
bool
$traceStreams
= true
Methods
__construct()
public
__construct([bool $traceStreams = true ][, bool $collectMetrics = true ]) : mixed
Parameters
- $traceStreams : bool = true
- $collectMetrics : bool = true
collectMetrics()
public
collectMetrics([bool $collect = true ]) : self
Parameters
- $collect : bool = true
Return values
selftraceStreams()
public
traceStreams([bool $trace = true ]) : self
Parameters
- $trace : bool = true