TelemetryConfig
Read onlyYes
FinalYes
Immutable telemetry configuration for DataFrame operations.
This class holds the telemetry instance and options that control what telemetry data is captured during pipeline execution.
Properties
- $options : TelemetryOptions
- $telemetry : Telemetry
Methods
- __construct() : mixed
- default() : self
- Create a default telemetry configuration with void exporters.
Properties
$options
public
TelemetryOptions
$options
$telemetry
public
Telemetry
$telemetry
Methods
__construct()
public
__construct(Telemetry $telemetry, TelemetryOptions $options) : mixed
Parameters
- $telemetry : Telemetry
- $options : TelemetryOptions
default()
Create a default telemetry configuration with void exporters.
public
static default(ClockInterface $clock) : self
This is used when no telemetry is explicitly configured.
Parameters
- $clock : ClockInterface