badc.telemetryΒΆ

Telemetry logging utilities.

Functions

default_log_path(manifest, *[, base_dir, ...])

Return a run-specific telemetry log path derived from manifest.

load_telemetry(path)

Load telemetry records from path (if it exists).

log_telemetry(record, out_path)

Append record to out_path as a JSON line.

now_iso()

Return the current UTC timestamp in ISO-8601 form.

Classes

TelemetryRecord(chunk_id, gpu_index, ...)

Serializable telemetry payload for scheduler events.