What problem does it solve? When debugging distributed systems, engineers need to retrieve and inspect end-to-end request traces, but trace data is scattered across regional BytedTrace deployments. This Skill queries distributed tracing data by trace_id across multiple regions without manually switching between regional endpoints. ## Core Features & Use Cases - Cross-Region Trace Lookup: Query a single trace_id across Singapore, US-East, EU-TTP2, US-EastRed, US-TTP, US-TTP2, and China-North regions in one call. - Flexible Time Windows: Specify relative time ranges (e.g., 5m, 1h, 24h) or explicit Unix start/end timestamps to locate traces. - Structured Trace Output: Returns root span info, transactions with spans and tags, summary statistics, and highlighted errors for rapid diagnosis. - Use Case: A user reports a failed checkout request and provides a trace_id. Query the trace across US-TTP and Singapore-Central with a 1-hour window to find the failing span and its error tags. ## Quick Start Ask the agent to query trace 5ae9863e-1065-4a6b-276f-0dab00000000 in the Singapore-Central region with a 10-minute time range.