Interface ApiIngestionBatchPayload

interface ApiIngestionBatchPayload {
    batch: ApiIngestionEvent[];
    metadata?: any;
}

Properties

Properties

Batch of tracing events to be ingested. Discriminated by attribute type.

metadata?: any

Optional. Metadata field used by the Langfuse SDKs for debugging.