Skip to main content

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: LogSpansIngestResponse

type LogSpansIngestResponse = object;
Defined in: src/types/new-api.types.ts LogSpansIngestResponse

Properties

experimentId?

optional experimentId: string | null;
Defined in: src/types/new-api.types.ts Experiment Id Experiment id associated with the traces.

logStreamId?

optional logStreamId: string | null;
Defined in: src/types/new-api.types.ts Log Stream Id Log stream id associated with the traces.

metricsTestingId?

optional metricsTestingId: string | null;
Defined in: src/types/new-api.types.ts Metrics Testing Id Metrics testing id associated with the traces.

parentId

parentId: string;
Defined in: src/types/new-api.types.ts Parent Id Parent trace or span id.

projectId

projectId: string;
Defined in: src/types/new-api.types.ts Project Id Project id associated with the traces.

projectName

projectName: string;
Defined in: src/types/new-api.types.ts Project Name Project name associated with the traces.

recordsCount

recordsCount: number;
Defined in: src/types/new-api.types.ts Records Count Total number of records ingested

sessionId?

optional sessionId: string | null;
Defined in: src/types/new-api.types.ts Session Id Session id associated with the traces.

traceId

traceId: string;
Defined in: src/types/new-api.types.ts Trace Id Trace id associated with the spans.