Skip to main content

Telemetry client

Telemetry requires the same f0_live_* API key as the audit log.

How it works

The execution DAG (Directed Acyclic Graph) is reconstructed dynamically on the backend from the trace relationships you stream. The SDK client doesn’t need to manually compute the DAG tree; it simply starts the execution, records the spans (linking them to parent spans via parent_span_id), and ends the execution.

Telemetry workflow

Read methods

Ingest methods

Status values: RUNNING, COMPLETED, FAILED, CANCELLED.