Interface: BaseSpanOptions

Defined in: src/types/logging/span.types.ts:21

Extends

Extended by

Properties

createdAt?

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

Inherited from

BaseStepOptions.createdAt

datasetInput?

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

Inherited from

BaseStepOptions.datasetInput

datasetMetadata?

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

Inherited from

BaseStepOptions.datasetMetadata

datasetOutput?

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

Inherited from

BaseStepOptions.datasetOutput

externalId?

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

Inherited from

BaseStepOptions.externalId

input

input: StepAllowedInputType;
Defined in: src/types/logging/span.types.ts:22

Overrides

BaseStepOptions.input

metadata?

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

Inherited from

BaseStepOptions.metadata

metrics?

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

Inherited from

BaseStepOptions.metrics

name?

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

Inherited from

BaseStepOptions.name

output?

optional output: StepAllowedOutputType;
Defined in: src/types/logging/step.types.ts:92

Inherited from

BaseStepOptions.output

redactedInput?

optional redactedInput: StepAllowedInputType;
Defined in: src/types/logging/span.types.ts:23

Overrides

BaseStepOptions.redactedInput

redactedOutput?

optional redactedOutput: StepAllowedOutputType;
Defined in: src/types/logging/step.types.ts:93

Inherited from

BaseStepOptions.redactedOutput

statusCode?

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

Inherited from

BaseStepOptions.statusCode

stepNumber?

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

Inherited from

BaseStepOptions.stepNumber

tags?

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

Inherited from

BaseStepOptions.tags