@agentic-kernel/observer-otel
v0.6.0
Published
OpenTelemetry `Observer` — exports ordered runtime events as spans and counters without adding telemetry dependencies to the core.
Downloads
387
Readme
@agentic-kernel/observer-otel
OpenTelemetry Observer — exports ordered runtime events as spans and counters without adding telemetry dependencies to the core.
Part of Agentic Kernel — a microkernel agent runtime, feature-paired across TypeScript and Python.
Install
npm install @agentic-kernel/observer-otelUsage
import { OpenTelemetryObserver } from "@agentic-kernel/observer-otel";
const observer = new OpenTelemetryObserver({ tracer, meter });See the documentation site for guides and the full API.
License
Apache-2.0
