@agorio/sdk • Docs
Interface: IngestBatch
Properties
batchType
batchType:
IngestBatchType
Defined in
src/cloud/types.ts:49
events?
optionalevents:SpanRecord[] |LogRecord[]
Present for batchType ‘spans’ or ‘logs’.
Defined in
src/cloud/types.ts:51
payload?
optionalpayload:RunStartPayload|RunEndPayload
Present for batchType ‘run_start’ or ‘run_end’.
Defined in
src/cloud/types.ts:53
runId
runId:
string
Defined in
src/cloud/types.ts:48
traceId
traceId:
string
Defined in
src/cloud/types.ts:47