@agent-os/telemetry-otlp
Purpose
Section titled “Purpose”OTLP projection adapter for agentOS telemetry and ledger facts.
Invariant
Section titled “Invariant”agentOS telemetry semantics are owned by @agent-os/telemetry-protocol.
This package only maps committed telemetry-relevant facts into OTLP span DTOs
and OpenTelemetry semantic-convention attributes.
Minimal Usage
Section titled “Minimal Usage”Call projectOtlpSpans(events) with committed ledger events and send the
returned spans to an OTLP exporter owned outside runtime core.
Verification
Section titled “Verification”Run the package and graph gates:
cd packages/wire-adapters/telemetry-otlp && bun run testbun run typecheck