Obiguard Tracing lets you track the full lifecycle of your LLM requests in a single, chronological view.
spanId
and an optional spanName
. Child spans reference their parent using parentSpanId
. Spans without a parent become root nodes.
Key | Node | Key - Python | Expected Value | Required? |
---|---|---|---|---|
traceId | trace_id | Unique string | YES | |
spanId | span_id | Unique string | NO | |
spanName | span_name | string | NO | |
parentSpanId | parent_span_id | Unique string | NO |