Skip to main content

Type Alias: LogTraceUpdateRequest

Defined in: src/types/new-api.types.ts LogTraceUpdateRequest Request model for updating a trace.

Properties

clientVersion?

Defined in: src/types/new-api.types.ts Client Version

durationNs?

Defined in: src/types/new-api.types.ts Duration Ns Duration in nanoseconds. Overwrites previous value if present.

experimentId?

Defined in: src/types/new-api.types.ts Experiment Id Experiment id associated with the traces.

input?

Defined in: src/types/new-api.types.ts Input Input of the trace. Overwrites previous value if present.

isComplete?

Defined in: src/types/new-api.types.ts Is Complete Whether or not the records in this request are complete.

loggingMethod?

Defined in: src/types/new-api.types.ts

logStreamId?

Defined in: src/types/new-api.types.ts Log Stream Id Log stream id associated with the traces.

metricsTestingId?

Defined in: src/types/new-api.types.ts Metrics Testing Id Metrics testing id associated with the traces.

output?

Defined in: src/types/new-api.types.ts Output Output of the trace. Overwrites previous value if present.

reliable?

Defined in: src/types/new-api.types.ts Reliable Whether or not to use reliable logging. If set to False, the method will respond immediately before verifying that the traces have been successfully ingested, and no error message will be returned if ingestion fails. If set to True, the method will wait for the traces to be successfully ingested or return an error message if there is an ingestion failure.

statusCode?

Defined in: src/types/new-api.types.ts Status Code Status code of the trace. Overwrites previous value if present.

tags?

Defined in: src/types/new-api.types.ts Tags Tags to add to the trace.

traceId

Defined in: src/types/new-api.types.ts Trace Id Trace id to update.