TelemetryBatch
Defined in: src/lib/logging/types.ts:225
Batch of telemetry data for forwarding between runtimes. Used for the web → client → server pipeline.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
batchTimestamp | number | Timestamp when the batch was created. | src/lib/logging/types.ts:244 |
logs | LogRecord[] | Logs to forward (may include logs not attached to spans). | src/lib/logging/types.ts:234 |
sourceRuntime | Runtime | The runtime that created this batch. | src/lib/logging/types.ts:239 |
spans | Span[] | Spans to forward. | src/lib/logging/types.ts:229 |