type alias TraceAttributes

The attribute primitives tracing systems accept (OpenTelemetry's span-attribute values) — what a trace mapper returns and attributes yields.

Definition

Record<string, string | number | boolean>

Usage

import { type TraceAttributes } from "lib/result/failure.ts";