Skip to main content

Type Alias: LogTracesIngestRequest

Defined in: node_modules/galileo-generated/dist/commonjs/models/logtracesingestrequest.d.ts:7 Request model for ingesting traces.

Properties

clientVersion?

Defined in: node_modules/galileo-generated/dist/commonjs/models/logtracesingestrequest.d.ts:21

experimentId?

Defined in: node_modules/galileo-generated/dist/commonjs/models/logtracesingestrequest.d.ts:15 Experiment id associated with the traces.

includeTraceIds?

Defined in: node_modules/galileo-generated/dist/commonjs/models/logtracesingestrequest.d.ts:45 If True, include the list of ingested trace IDs in the response.

isComplete?

Defined in: node_modules/galileo-generated/dist/commonjs/models/logtracesingestrequest.d.ts:41 Whether or not the records in this request are complete.

loggingMethod?

Defined in: node_modules/galileo-generated/dist/commonjs/models/logtracesingestrequest.d.ts:20

logStreamId?

Defined in: node_modules/galileo-generated/dist/commonjs/models/logtracesingestrequest.d.ts:11 Log stream id associated with the traces.

metricsTestingId?

Defined in: node_modules/galileo-generated/dist/commonjs/models/logtracesingestrequest.d.ts:19 Metrics testing id associated with the traces.

reliable?

Defined in: node_modules/galileo-generated/dist/commonjs/models/logtracesingestrequest.d.ts:25 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.

sessionExternalId?

Defined in: node_modules/galileo-generated/dist/commonjs/models/logtracesingestrequest.d.ts:33 External id of the session (e.g., OTEL session.id from span attributes).

sessionId?

Defined in: node_modules/galileo-generated/dist/commonjs/models/logtracesingestrequest.d.ts:29 Session id associated with the traces.

traces

Defined in: node_modules/galileo-generated/dist/commonjs/models/logtracesingestrequest.d.ts:37 List of traces to log.