Interface ColumnarTelemetryOptionsExperimental

Injection point shared by every columnar surface that can be observed.

interface ColumnarTelemetryOptions {
    telemetry?: ColumnarTelemetry;
}

Hierarchy (view full)

Properties

Properties

telemetry?: ColumnarTelemetry

Optional observer. Off by default: no surface constructs one, and with no sink the observed path costs exactly what it costs without this module.