This document proposes a forecasting system to proactively predict capacity issues in stateful systems. The key components of the system include:
1. Collecting time-series metrics like disk usage and network traffic from systems.
2. Aggregating and storing the collected data.
3. Using the Facebook Prophet forecasting algorithm to analyze the time-series data, detect trends and seasonal patterns, and predict future capacity usage.
The goal is to enable timely scaling of resources and efficient management of systems to maintain optimal performance and avoid potential capacity issues.