Documentation Index
Fetch the complete documentation index at: https://docs.uselemma.ai/llms.txt
Use this file to discover all available pages before exploring further.
Reference architecture
Greenfield path:- Application emits spans through Langfuse-supported instrumentation.
LangfuseSpanProcessorprocesses spans.- OpenTelemetry exporter sends processed spans to Lemma.
- Application already emits OpenTelemetry-compatible spans through OpenInference, Arize, Braintrust, provider SDK instrumentation, or another OTel stack.
- The existing tracer provider or collector keeps processing those spans.
- Lemma is added as another OTLP trace export destination.
Destination models
- Lemma only: one Langfuse processor with Lemma exporter.
- Langfuse + Lemma: two Langfuse processors, one default and one with Lemma exporter.
- Existing OTel + Lemma: keep your current processor/exporter setup and add Lemma OpenTelemetry export.

