Skip to main content

Interface: TraceOptions

Defined in: src/types/logging/trace.types.ts

Extends

Properties

createdAt?

optional createdAt: Date;
Defined in: src/types/logging/step.types.ts

Inherited from

StepWithChildSpansOptions.createdAt

datasetInput?

optional datasetInput: string;
Defined in: src/types/logging/step.types.ts

Inherited from

StepWithChildSpansOptions.datasetInput

datasetMetadata?

optional datasetMetadata: Record<string, string>;
Defined in: src/types/logging/step.types.ts

Inherited from

StepWithChildSpansOptions.datasetMetadata

datasetOutput?

optional datasetOutput: string;
Defined in: src/types/logging/step.types.ts

Inherited from

StepWithChildSpansOptions.datasetOutput

externalId?

optional externalId: string;
Defined in: src/types/logging/step.types.ts

Inherited from

StepWithChildSpansOptions.externalId

input

input: string;
Defined in: src/types/logging/trace.types.ts

Overrides

StepWithChildSpansOptions.input

metadata?

optional metadata: Record<string, string>;
Defined in: src/types/logging/step.types.ts

Inherited from

StepWithChildSpansOptions.metadata

metrics?

optional metrics: Metrics;
Defined in: src/types/logging/step.types.ts

Inherited from

StepWithChildSpansOptions.metrics

name?

optional name: string;
Defined in: src/types/logging/step.types.ts

Inherited from

StepWithChildSpansOptions.name

output?

optional output: string;
Defined in: src/types/logging/trace.types.ts

Overrides

StepWithChildSpansOptions.output

redactedInput?

optional redactedInput: string;
Defined in: src/types/logging/trace.types.ts

Overrides

StepWithChildSpansOptions.redactedInput

redactedOutput?

optional redactedOutput: string;
Defined in: src/types/logging/trace.types.ts

Overrides

StepWithChildSpansOptions.redactedOutput

spans?

optional spans: Span[];
Defined in: src/types/logging/span.types.ts

Inherited from

StepWithChildSpansOptions.spans

statusCode?

optional statusCode: number;
Defined in: src/types/logging/step.types.ts

Inherited from

StepWithChildSpansOptions.statusCode

stepNumber?

optional stepNumber: number;
Defined in: src/types/logging/step.types.ts

Inherited from

StepWithChildSpansOptions.stepNumber

tags?

optional tags: string[];
Defined in: src/types/logging/step.types.ts

Inherited from

StepWithChildSpansOptions.tags