Documentation Index
Fetch the complete documentation index at: https://docs.galileo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Type Alias: LogTracesIngestRequest
type LogTracesIngestRequest = object;
Defined in: node_modules/galileo-generated/dist/commonjs/models/logtracesingestrequest.d.ts:7
Request model for ingesting traces.
Properties
clientVersion?
optional clientVersion: string | null;
Defined in: node_modules/galileo-generated/dist/commonjs/models/logtracesingestrequest.d.ts:21
experimentId?
optional experimentId: string | null;
Defined in: node_modules/galileo-generated/dist/commonjs/models/logtracesingestrequest.d.ts:15
Experiment id associated with the traces.
includeTraceIds?
optional includeTraceIds: boolean;
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?
optional isComplete: boolean;
Defined in: node_modules/galileo-generated/dist/commonjs/models/logtracesingestrequest.d.ts:41
Whether or not the records in this request are complete.
loggingMethod?
optional loggingMethod: LoggingMethod;
Defined in: node_modules/galileo-generated/dist/commonjs/models/logtracesingestrequest.d.ts:20
logStreamId?
optional logStreamId: string | null;
Defined in: node_modules/galileo-generated/dist/commonjs/models/logtracesingestrequest.d.ts:11
Log stream id associated with the traces.
metricsTestingId?
optional metricsTestingId: string | null;
Defined in: node_modules/galileo-generated/dist/commonjs/models/logtracesingestrequest.d.ts:19
Metrics testing id associated with the traces.
reliable?
optional reliable: boolean;
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?
optional sessionExternalId: string | null;
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?
optional sessionId: string | null;
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.