From 098fc6fe0358ba71101e5bda39fa7c05222d40a6 Mon Sep 17 00:00:00 2001 From: Reshadat Ali <11389537+reshadat@users.noreply.github.com> Date: Mon, 26 Jan 2026 20:26:31 +0530 Subject: [PATCH] Add What Broke Today to Monitoring & Debugging section What Broke Today (https://whatbroke.today) is an AI-powered outage aggregator that monitors 100+ cloud service status pages and sends real-time alerts via Telegram. It helps teams monitor third-party dependencies in microservice architectures. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 972b01f..9f1eb88 100644 --- a/README.md +++ b/README.md @@ -386,6 +386,7 @@ A curated list of Microservice Architecture related principles and technologies. - [Zabbix](http://www.zabbix.com/) - Open source enterprise-class monitoring solution. - [Zipkin](http://zipkin.io) - Distributed tracing system. +- [What Broke Today](https://whatbroke.today) - AI-powered outage aggregator tracking 100+ cloud services with real-time Telegram alerts. ### Reactivity - [Reactor.io](https://github.com/reactor) - A second-generation Reactive library for building non-blocking applications on the JVM based on the Reactive Streams Specification.