Valid 1Z0-1111-25 Dumps shared by ExamDiscuss.com for Helping Passing 1Z0-1111-25 Exam! ExamDiscuss.com now offer the newest 1Z0-1111-25 exam dumps, the ExamDiscuss.com 1Z0-1111-25 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1Z0-1111-25 dumps with Test Engine here:
In Application Performance Monitoring (APM), where is the span context information located during transfer?
Correct Answer: B
In OCI APM, span context (e.g., Trace ID, Span ID) is propagated across services to track requests. In HTTP header (B): Span context is embedded in HTTP headers (e.g., X-B3-TraceId) during transfer between services. This allows APM to correlate spans across distributed systems for a single user request. Why not A, C, or D? Service boundaries (A): This is a conceptual term, not a location for data. HTTP call (C): Too vague-"HTTP call" isn't a specific storage location. Browser and microservices (D): Context originates here but is transferred via headers, not stored locally during transit. This follows the OpenTracing standard used by OCI APM.