OpenTelemetry trace ingestion
Recipe — OpenTelemetry trace ingestion. Pointer to the canonical SDK adapter doc.
Last updated
Was this helpful?
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.
Last updated
Was this helpful?
Was this helpful?