paper-with-me

Papers

Large Language Models as Realistic Microservice Trace Generators

2024-12-16 · Donghyun Kim, Sriram Ravula, Taemin Ha, Alexandros G. Dimakis, Daehyeok Kim, Aditya Akella

Workload traces are essential to understand complex computer systems' behavior and manage processing and memory resources. Since real-world traces are hard to obtain, synthetic trace generation is a promising alternative. This paper proposes a first-of-a-kind approach that relies on training a large language model (LLM) to generate synthetic workload traces, specifically microservice call graphs. To capture complex and arbitrary hierarchical structures and implicit constraints in such traces, we show how to fine-tune LLMs to generate recursively, making call graph generation a sequence of easier steps. To further enforce learning constraints in traces and generate uncommon situations, we argue for applying additional instruction tuning steps to align our model with the desired trace features. Our evaluation results show that we can generate diverse realistic traces under various conditions and outperform existing methods in accuracy and validity. We demonstrate that our synthetically generated traces can effectively replace real data to optimize important microservice management tasks. Additionally, our model adapts to downstream trace-related tasks, such as predicting key trace features and infilling missing data.

📄 PDF Abstract BibTeX arXiv:2502.17439

Code (1)

ldos-project/tracellm 공식 구현

Tasks

Graph GenerationLanguage ModelingLanguage ModellingLarge Language Model

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Root Cause Analysis Method Based on Large Language Models with Residual Connection Structures

2026-02-09 · Liming Zhou, Ailing Liu, Hongwei Liu, Min He 외 arxiv

Root cause localization remain challenging in complex and large-scale microservice architectures. The complex fault propagation among microservices and the high dimensionality of telemetry data, including metrics, logs, …

STLGT: A Scalable Trace-Based Linear Graph Transformer for Tail Latency Prediction in Microservices

2026-04-29 · Yongliang Ding, Qigong Bi, Peng Pu arxiv

Accurate end-to-end tail-latency forecasting is critical for proactive SLO management in microservice systems. However, modeling long-range dependency propagation and non-stationary, bursty workloads while maintaining in…

MicroRCA-Agent: Microservice Root Cause Analysis Method Based on Large Language Model Agents

2025-09-19 · Pan Tang, Shixiang Tang, Huanqi Pu, Zhiqing Miao 외 arxiv

This paper presents MicroRCA-Agent, an innovative solution for microservice root cause analysis based on large language model agents, which constructs an intelligent fault root cause localization system with multimodal d…

Anomaly DetectionLogical Reasoning

Comparison of Microservice Call Rate Predictions for Replication in the Cloud

2023-10-29 · Narges Mehran, Arman Haghighi, Pedram Aminharati, Nikolay Nikolov 외

Today, many users deploy their microservice-based applications with various interconnections on a cluster of Cloud machines, subject to stochastic changes due to dynamic user requirements. To address this problem, we com…

Predictionregression

Synthetic Time Series for Anomaly Detection in Cloud Microservices

2024-07-21 · Mohamed Allam, Noureddine Boujnah, Noel E. O'Connor, Mingming Liu

This paper proposes a framework for time series generation built to investigate anomaly detection in cloud microservices. In the field of cloud computing, ensuring the reliability of microservices is of paramount concern…

Anomaly DetectionCloud ComputingManagementTime Series+1