提交 c6e250ad 编辑于 作者: openaiops's avatar openaiops
浏览文件

Update README.md

上级 7cd85ba6
加载中
加载中
加载中
加载中
+3 −1
原始行号 差异行号 差异行
@@ -2,6 +2,8 @@

This repository is the basic implementation of our publication in `FSE'23` conference paper [Nezha: Interpretable Fine-Grained Root Causes Analysis for Microservices on Multi-Modal Observability Data](./FSE2023_Nezha.pdf)

代码 github 地址:https://github.com/IntelligentDDS/Nezha

## Description

`Nezha` is an interpretable and fine-grained RCA approach that pinpoints root causes at the code region and resource type level by incorporative analysis of multimodal data. `Nezha` transforms heterogeneous multi-modal data into a homogeneous event representation and extracts event patterns by constructing and mining event graphs. The core idea of `Nezha` is to compare event patterns in the fault-free phase with those in the fault-suffering phase to localize root causes in an interpretable way.