@omnia-voice/tracing streams your Node app’s LLM traffic to Omnia without
moving your inference. It contains
no instrumentation code of its own: standard
OpenTelemetry, curated.
Install
Use
Call once at startup, before constructing any LLM client:await tracing.shutdown() before exit to flush
pending spans; long-running servers can skip it. The register entrypoint
flushes automatically when the process exits normally (as of 0.1.3); no
code needed.
Configuration
All options can also be passed to
setup() directly; explicit options beat
env vars.