Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/cli / / TracesStatusResult
Interface: TracesStatusResult
Defined in: packages/cli/src/commands/traces.ts:43
Field names predate the spans retarget (they said StartedAt when the command aimed at the phantom traces table) and are kept for JSON output stability; values now come from spans.start_unix_nano.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
newestStartedAt? | readonly | string | packages/cli/src/commands/traces.ts:47 |
oldestStartedAt? | readonly | string | packages/cli/src/commands/traces.ts:46 |
rows | readonly | number | packages/cli/src/commands/traces.ts:45 |
tableExists | readonly | boolean | packages/cli/src/commands/traces.ts:44 |