Skip to main content

Type Alias: LogSpansIngestRequest

Defined in: src/types/new-api.types.ts LogSpansIngestRequest Request model for ingesting spans.

Properties

clientVersion?

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

experimentId?

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

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.

parentId

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

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.

spans

Defined in: src/types/new-api.types.ts Spans List of spans to log.

traceId

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