We recently refactored an internal monitoring service to run entirely on SingleStore Job Service, which allows us to aggregate data from over 50 SingleStore deployments and collaborate in a familiar notebook environment. We were able to consolidate data from multiple servers into a single database for analytical queries, eliminating the need for separate services and data integration tools. This approach brings several advantages, including quick development within a collaborative and familiar environment with SQL and Python, consistent access to source databases using shared credentials, and flexibility in incorporating data transformation logic in Python. With the data consolidated in a single SingleStore database, we can now utilize it by individuals to run SQL queries and develop analytics, and plan on building dashboards and analytics right within SingleStore.