For the complete documentation index, see llms.txt. This page is also available as Markdown.

OpenTelemetry trace ingestion

Recipe — OpenTelemetry trace ingestion. Pointer to the canonical SDK adapter doc.

The canonical guidance lives in the SDK: docs/adapters/otlp.md. The layerlens.instrument adapter layer handles OTLP-shape inputs and emits Stratix events through the standard HTTP sink.

For applications that already emit OpenTelemetry spans with gen_ai.* attributes, the adapter pattern routes them into Stratix without code changes downstream.

See also

Last updated

Was this helpful?