Flow PHP

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

Methods

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
Return values
self

        
On this page

Search results