Skip to content

@agent-os/telemetry-otlp

OTLP projection adapter for agentOS telemetry and ledger facts.

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.

Call projectOtlpSpans(events) with committed ledger events and send the returned spans to an OTLP exporter owned outside runtime core.

Run the package and graph gates:

Terminal window
cd packages/wire-adapters/telemetry-otlp && bun run test
bun run typecheck