Research on fault diagnosis and root cause analysis based on full stack observability

πŸ“… 2025-09-08
πŸ“ˆ Citations: 0
✨ Influential: 0
πŸ“„ PDF
πŸ€– AI Summary
To address the frequent cascading failures and challenging root cause localization in cloud environments and hyperscale data centers, this paper proposes KylinRCAβ€”a unified framework integrating temporal causal discovery with cross-modal graph learning to jointly model multi-source observability data (metrics, logs, and traces). It constructs failure propagation chains via dynamic causal inference and employs hierarchical graph neural networks with attention mechanisms for global root cause localization and failure type classification. Furthermore, it introduces a mask-based explanation method to generate auditable evidence chains, balancing accuracy and interpretability. Extensive experiments across diverse real-world scenarios demonstrate that KylinRCA significantly outperforms state-of-the-art approaches in both precision and recall, while providing transparent, verifiable reasoning. This work establishes a novel, efficient, reliable, and auditable paradigm for root cause analysis in AIOps.

Technology Category

Application Category

πŸ“ Abstract
With the rapid development of cloud computing and ultra-large-scale data centers, the scale and complexity of systems have increased significantly, leading to frequent faults that often show cascading propagation. How to achieve efficient, accurate, and interpretable Root Cause Analysis (RCA) based on observability data (metrics, logs, traces) has become a core issue in AIOps. This paper reviews two mainstream research threads in top conferences and journals over the past five years: FaultInsight[1] focusing on dynamic causal discovery and HolisticRCA[2] focusing on multi-modal/cross-level fusion, and analyzes the advantages and disadvantages of existing methods. A KylinRCA framework integrating the ideas of both is proposed, which depicts the propagation chain through temporal causal discovery, realizes global root cause localization and type identification through cross-modal graph learning, and outputs auditable evidence chains combined with mask-based explanation methods. A multi-dimensional experimental scheme is designed, evaluation indicators are clarified, and engineering challenges are discussed, providing an effective solution for fault diagnosis under full-stack observability.
Problem

Research questions and friction points this paper is trying to address.

Achieving efficient and interpretable root cause analysis
Handling fault propagation in complex cloud systems
Integrating multi-modal observability data for diagnosis
Innovation

Methods, ideas, or system contributions that make the work stand out.

Dynamic causal discovery for propagation chains
Cross-modal graph learning for root cause
Mask-based explanation methods for evidence