Attention Enhanced Entity Recommendation for Intelligent Monitoring in Cloud Systems
Fiza Hussain, Anson Bastos, Anjaly Parayil, Ayush Choure, Chetan Bansal, Rujia Wang, Saravan Rajmohan
TL;DR
DiRecGNN frames the problem of selecting relevant monitoring dimensions in cloud services as a ranking task on a heterogeneous monitor-entity graph. It combines transformer-style graph convolutions, multi-head attention, and random-walk path attention to capture both local and long-range dependencies, with an attention-alignment loss to promote sparse, interpretable attention. The method yields significant gains over baselines in HR, NDCG, and Recall, and is validated with a production user study that reports strong usefulness and calls for end-to-end automation. The work also demonstrates production-scale scalability and practical considerations for deploying dimension recommendations in cloud monitoring workflows.
Abstract
In this paper, we present DiRecGNN, an attention-enhanced entity recommendation framework for monitoring cloud services at Microsoft. We provide insights on the usefulness of this feature as perceived by the cloud service owners and lessons learned from deployment. Specifically, we introduce the problem of recommending the optimal subset of attributes (dimensions) that should be tracked by an automated watchdog (monitor) for cloud services. To begin, we construct the monitor heterogeneous graph at production-scale. The interaction dynamics of these entities are often characterized by limited structural and engagement information, resulting in inferior performance of state-of-the-art approaches. Moreover, traditional methods fail to capture the dependencies between entities spanning a long range due to their homophilic nature. Therefore, we propose an attention-enhanced entity ranking model inspired by transformer architectures. Our model utilizes a multi-head attention mechanism to focus on heterogeneous neighbors and their attributes, and further attends to paths sampled using random walks to capture long-range dependencies. We also employ multi-faceted loss functions to optimize for relevant recommendations while respecting the inherent sparsity of the data. Empirical evaluations demonstrate significant improvements over existing methods, with our model achieving a 43.1% increase in MRR. Furthermore, product teams who consumed these features perceive the feature as useful and rated it 4.5 out of 5.
