English

Sage: Using Unsupervised Learning for Scalable Performance Debugging in Microservices

Distributed, Parallel, and Cluster Computing 2021-01-05 v1 Performance

Abstract

Cloud applications are increasingly shifting from large monolithic services to complex graphs of loosely-coupled microservices. Despite the advantages of modularity and elasticity microservices offer, they also complicate cluster management and performance debugging, as dependencies between tiers introduce backpressure and cascading QoS violations. We present Sage, a machine learning-driven root cause analysis system for interactive cloud microservices. Sage leverages unsupervised ML models to circumvent the overhead of trace labeling, captures the impact of dependencies between microservices to determine the root cause of unpredictable performance online, and applies corrective actions to recover a cloud service's QoS. In experiments on both dedicated local clusters and large clusters on Google Compute Engine we show that Sage consistently achieves over 93% accuracy in correctly identifying the root cause of QoS violations, and improves performance predictability.

Keywords

Cite

@article{arxiv.2101.00267,
  title  = {Sage: Using Unsupervised Learning for Scalable Performance Debugging in Microservices},
  author = {Yu Gan and Mingyu Liang and Sundar Dev and David Lo and Christina Delimitrou},
  journal= {arXiv preprint arXiv:2101.00267},
  year   = {2021}
}
R2 v1 2026-06-23T21:41:21.830Z