Visualizing Distributed Traces in Aggregate
Adrita Samanta, Henry Han, Darby Huye, Lan Liu, Zhaoqi Zhang, Raja R., Sambasivan

TL;DR
This paper introduces a method to aggregate and visualize similar distributed traces in large datasets, aiding developers in system debugging and understanding complex interactions more efficiently.
Contribution
The paper proposes a novel aggregation and visualization technique for distributed traces, enabling better detection of patterns and similarities in large trace datasets.
Findings
Effective grouping of traces based on shared services and structural similarity
Development of an aggregate trace data structure for visualization
Filtering incomplete traces improves analysis accuracy
Abstract
Distributed systems are comprised of many components that communicate together to form an application. Distributed tracing gives us visibility into these complex interactions, but it can be difficult to reason about the system's behavior, even with traces. Systems collect large amounts of tracing data even with low sampling rates. Even when there are patterns in the system, it is often difficult to detect similarities in traces since current tools mainly allow developers to visualize individual traces. Debugging and system optimization is difficult for developers without an understanding of the whole trace dataset. In order to help present these similarities, this paper proposes a method to aggregate traces in a way that groups together and visualizes similar traces. We do so by assigning a few traces that are representative of each set. We suggest that traces can be grouped based on…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Mining Algorithms and Applications · Semantic Web and Ontologies · Advanced Database Systems and Queries
