Type Alias: AgentSpanCreatePayload
Prefactor TypeScript SDK / @prefactor/core / AgentSpanCreatePayload
Type Alias: AgentSpanCreatePayload
Section titled “Type Alias: AgentSpanCreatePayload”AgentSpanCreatePayload =
object
Defined in: packages/core/src/transport/http/agent-span-client.ts:14
Properties
Section titled “Properties”details
Section titled “details”details:
object
Defined in: packages/core/src/transport/http/agent-span-client.ts:15
agent_instance_id
Section titled “agent_instance_id”agent_instance_id:
string|null
schema_name
Section titled “schema_name”schema_name:
string
status
Section titled “status”status:
AgentSpanStatus
payload
Section titled “payload”payload:
Record<string,unknown>
result_payload?
Section titled “result_payload?”
optionalresult_payload:Record<string,unknown>
parent_span_id
Section titled “parent_span_id”parent_span_id:
string|null
started_at
Section titled “started_at”started_at:
string
finished_at
Section titled “finished_at”finished_at:
string|null
idempotency_key?
Section titled “idempotency_key?”
optionalidempotency_key:string
Defined in: packages/core/src/transport/http/agent-span-client.ts:25