Anomaly Detection in DevOps Pipelines using Deep Learning
Abstract
Modern DevOps pipelines emit a torrent of telemetry — CI/CD events, build and deploy logs, metrics, and traces — far beyond what humans or static thresholds can monitor. Anomalies in this stream (failing builds, latency spikes, error surges, configuration drift, resource exhaustion) are early signals of incidents, yet they are rare, varied, and buried in noise. This article surveys and organizes deep-learning approaches to detecting them. We frame anomaly detection as a largely unsupervised problem over high-volume, partly unstructured data, and present a four-layer detection stack: ingestion and log parsing, deep detection models, scoring and thresholding, and triage and action. We cover the three dominant model families — forecasting models (LSTM/GRU next-event prediction, exemplified by DeepLog), reconstruction models (autoencoders flagging high reconstruction error), and sequence/transformer models — and formalize their detection criteria and the precision/recall/F1 metrics used to evaluate them. Crucially, we highlight a widely documented evaluation pitfall: under a realistic chronological train/test split, reported F1 scores can collapse (for example from roughly 0.93 to below 0.5 on the BGL benchmark), a caution against over-optimistic random-split results. Public benchmark datasets (HDFS, BGL) and methods are cited throughout.
References
Hrusto, A., Engström, E., & Runeson, P. (2023). Towards optimization of anomaly detection in DevOps. Information and Software Technology, 160, 107241.
Oyeniran, O. C., Adewusi, A. O., Adeleke, A. G., Akwawa, L. A., & Azubuko, C. F. (2023). AI-driven devops: Leveraging machine learning for automated software deployment and maintenance. Eng. Sci. Technol. J, 4(6), 728-740.
Enemosah, A. (2025). Enhancing DevOps efficiency through AI-driven predictive models for continuous integration and deployment pipelines. International Journal of Research Publication and Reviews, 6(1), 871-887.
Kolawole, I., & Fakokunde, A. (2025). Machine learning algorithms in DevOps: Optimizing Software Development and deployment workflows with precision. Journal homepage: www. ijrpr. com ISSN, 2582, 7421.
Hany Fawzy, A., Wassif, K., & Moussa, H. (2023). Framework for automatic detection of anomalies in DevOps. Journal of King Saud University Computer and Information Sciences, 35(3), 8-19.
Refbacks
- There are currently no refbacks.