vix.ing · top · new · best · stats · spec

Robust Failure Diagnosis of Microservice System through Multimodal Data

2023/02/21 by Shenglin Zhang, Zhang, Shenglin, Pengxiang Jin +23 · 6 citations
Computer Science · #Cloud Computing and Resource Management #FOS: Computer and information sciences #Software Engineering (cs.SE) #Software System Performance and Reliability #Software-Defined Networks and 5G

paper · pdf · doi:10.48550/arxiv.2302.10512

openalex publication_date 2023/02/21 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

Automatic failure diagnosis is crucial for large microservice systems. Currently, most failure diagnosis methods rely solely on single-modal data (i.e., using either metrics, logs, or traces). In this study, we conduct an empirical study using real-world failure cases to show that combining these sources of data (multimodal data) leads to a more accurate diagnosis. However, effectively representing these data and addressing imbalanced failures remain challenging. To tackle these issues, we propose DiagFusion, a robust failure diagnosis approach that uses multimodal data. It leverages embedding techniques and data augmentation to represent the multimodal data of service instances, combines deployment data and traces to build a dependency graph, and uses a graph neural network to localize the root cause instance and determine the failure type. Our evaluations using real-world datasets show that DiagFusion outperforms existing methods in terms of root cause instance localization (improving by 20.9% to 368%) and failure type determination (improving by 11.0% to 169%).

Cited by

Related