{"ok":true,"data":{"slug":"orphan-spans","title":"Orphan Spans","summary":"Use when a span references a parent that Trace has not received.","symptoms":["Completion contains has_orphans.","Span has parentSpanId but the parent is absent.","Service map has a dangling edge."],"likelyCauses":["Parent span was never ingested.","Trace IDs were mixed across service boundaries.","A client generated a new traceparent instead of propagating the existing one."],"checks":["Open /api/v1/spans/orphans.","Compare traceparent and X-PlatPhorm-Trace-Id across source and target logs.","Search for the missing parent span ID."],"commands":["platphormctl trace spans <traceId>","platphormctl trace propagate --service agentui"],"linkedTools":["Trace","AgentUI","BrowserOps","MCP"],"evidenceToCollect":["orphan span ID","missing parentSpanId","source service","target service","trace headers"]}}