Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/observability / / ReplayRunInput
Interface: ReplayRunInput
Defined in: packages/observability/src/replay/types.ts:105
Per-call options consumed by Replay.run(...).
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
actor? | readonly | { id: string; kind: "agent" | "system" | "token" | "cli"; } | packages/observability/src/replay/types.ts:111 |
actor.id | readonly | string | packages/observability/src/replay/types.ts:42 |
actor.kind | readonly | "agent" | "system" | "token" | "cli" | packages/observability/src/replay/types.ts:42 |
fromSpanId? | readonly | string | packages/observability/src/replay/types.ts:110 |
minSensitivity? | readonly | Sensitivity | packages/observability/src/replay/types.ts:109 |
mode? | readonly | ReplayMode | packages/observability/src/replay/types.ts:108 |
source | readonly | | AsyncIterable<SpanRecord<SpanType>, any, any> | Iterable<SpanRecord<SpanType>, any, any> | packages/observability/src/replay/types.ts:106 |
target | readonly | string | packages/observability/src/replay/types.ts:107 |