Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/observability / / SpanRecord
Interface: SpanRecord<T>
Defined in: packages/observability/src/exporters/types.ts:27
Sanitized, JSON-serialisable representation of a finished span. The exporters never see the live OTel span; the tracer materialises this record once the span ends and runs it through the validator.
Stable
Type Parameters
| Type Parameter | Default type |
|---|---|
T extends SpanType | SpanType |