SEAug 1, 2021

Groot: An Event-graph-based Approach for Root Cause Analysis in Industrial Settings

arXiv:2108.00344v2100 citations
AI Analysis

This addresses the problem of efficiently diagnosing incidents for site reliability engineers in industrial settings, such as a global e-commerce system, but it is incremental as it builds on existing graph-based methods with domain-specific customizations.

The paper tackles root cause analysis in large-scale distributed systems by presenting Groot, an event-graph-based approach that achieves 95% top-3 accuracy and 78% top-1 accuracy on a dataset of 952 real production incidents over 15 months.

For large-scale distributed systems, it's crucial to efficiently diagnose the root causes of incidents to maintain high system availability. The recent development of microservice architecture brings three major challenges (i.e., operation, system scale, and monitoring complexities) to root cause analysis (RCA) in industrial settings. To tackle these challenges, in this paper, we present Groot, an event-graph-based approach for RCA. Groot constructs a real-time causality graph based on events that summarize various types of metrics, logs, and activities in the system under analysis. Moreover, to incorporate domain knowledge from site reliability engineering (SRE) engineers, Groot can be customized with user-defined events and domain-specific rules. Currently, Groot supports RCA among 5,000 real production services and is actively used by the SRE teamin a global e-commerce system serving more than 185 million active buyers per year. Over 15 months, we collect a data setcontaining labeled root causes of 952 real production incidents for evaluation. The evaluation results show that Groot is able to achieve 95% top-3 accuracy and 78% top-1 accuracy. To share our experience in deploying and adopting RCA in industrial settings, we conduct survey to show that users of Grootfindit helpful and easy to use. We also share the lessons learnedfrom deploying and adopting Grootto solve RCA problems inproduction environments.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes