Documentation Index
Fetch the complete documentation index at: https://docs.latitude.so/llms.txt
Use this file to discover all available pages before exploring further.
Trace IDs
Latitude is built on OpenTelemetry and preserves OpenTelemetry trace ids. A trace id identifies one complete interaction across your application’s spans.How trace ids work
When your application emits spans with the same OpenTelemetry trace id, Latitude groups them into one trace. The trace detail view can then show the full waterfall of LLM calls, tool calls, retrieval steps, and other instrumented operations. Trace ids are useful when another observability tool also uses OpenTelemetry trace context. The same id can connect a Latitude trace with logs, metrics, or traces elsewhere in your stack.Find traces by id
Filter traces by trace id when:- a log line includes an OpenTelemetry trace id
- another observability system links to the same trace id
- you need to share an exact trace with a teammate