LLM Assisted Anomaly Detection Service for Site Reliability Engineers: Enhancing Cloud Infrastructure Resilience
Nimesh Jha, Shuxin Lin, Srideepika Jayaraman, Kyle Frohling, Christodoulos Constantinides, Dhaval Patel
TL;DR
The paper presents a scalable, cloud-deployed Anomaly Detection Service with a generalizable API for industrial time-series data to assist Site Reliability Engineers in cloud infrastructure management. It combines a modular data-agnostic pipeline (including a DNN_AutoEncoder-based ReconstructAD) with Chi-Square derived $p$-values and PCA for multivariate scoring, and expands via LLM-assisted anomaly modelling to map components and failure modes to monitoring metrics. Benchmark results on public datasets (SMD, MSL, SMAP) show competitive F1 scores, while real-world usage is demonstrated by hundreds of thousands of API calls and wide adoption, underscoring practical impact. The work also outlines future directions toward time-series foundation models enabling zero-shot anomaly detection, promising broader resilience and faster incident response for cloud services.
Abstract
This paper introduces a scalable Anomaly Detection Service with a generalizable API tailored for industrial time-series data, designed to assist Site Reliability Engineers (SREs) in managing cloud infrastructure. The service enables efficient anomaly detection in complex data streams, supporting proactive identification and resolution of issues. Furthermore, it presents an innovative approach to anomaly modeling in cloud infrastructure by utilizing Large Language Models (LLMs) to understand key components, their failure modes, and behaviors. A suite of algorithms for detecting anomalies is offered in univariate and multivariate time series data, including regression-based, mixture-model-based, and semi-supervised approaches. We provide insights into the usage patterns of the service, with over 500 users and 200,000 API calls in a year. The service has been successfully applied in various industrial settings, including IoT-based AI applications. We have also evaluated our system on public anomaly benchmarks to show its effectiveness. By leveraging it, SREs can proactively identify potential issues before they escalate, reducing downtime and improving response times to incidents, ultimately enhancing the overall customer experience. We plan to extend the system to include time series foundation models, enabling zero-shot anomaly detection capabilities.
