GitHub repo

microsoft/OpenRCA

Python Tracked since 2024-10-30 Updated 2026-07-16 View source ↗

#753 of 783 by Stars among GitHub repos

379 Stars

[ICLR'25] OpenRCA: Can Large Language Models Locate the Root Cause of Software Failures?

About

OpenRCA is a benchmark for assessing LLMs' root cause analysis ability in a software operating scenario. When given a natural language query, LLMs need to analyze large volumes of telemetry data to identify the relevant root cause elements. This process requires the models to understand complex system dependencies and perform comprehensive reasoning across various types of telemetry data, including KPI time series, dependency trace graphs, and semi-structured log text.

We also introduce RCA-agent as a baseline for OpenRCA. By using Python for data retrieval and analysis, the model avoids processing overly long contexts, enabling it to focus on reasoning and scalable for extensive telemetry.

Excerpted from github.com/microsoft/OpenRCA

Latest metrics

Stars 379 2026-07-16
Forks 45 2026-07-16
Commits 23 2026-07-16
Releases 0 2026-07-16
Watchers 5 2026-07-16
Open issues 3 2026-07-16
Open PRs 6 2026-07-16