From d3c41cae8595a02dee8fd98554f822ee897105b9 Mon Sep 17 00:00:00 2001 From: Chase Dumphord <60725859+ced4568@users.noreply.github.com> Date: Tue, 28 Apr 2026 11:52:54 -0500 Subject: [PATCH] Update README.md Upgrade why this project matters --- README.md | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2a45469..991b9cc 100644 --- a/README.md +++ b/README.md @@ -327,14 +327,22 @@ This project is continuously evolving as part of Ced’s HomeLab ecosystem and p --- -## 💼 Why This Project Matters +## 💡 Why This Project Matters -This repository demonstrates the ability to: +This project simulates a production-style observability system used in modern infrastructure environments. -* Design and operate **distributed systems** -* Implement **observability at scale** -* Build **production-style monitoring stacks** -* Apply **real-world SRE practices** +It is designed to demonstrate how distributed systems are monitored, analyzed, and maintained in real-world engineering teams. + +Key capabilities include: + +- Monitoring a hybrid infrastructure environment (Proxmox HA + K3s cluster) +- Collecting and visualizing system and service metrics +- Tracking service availability and uptime +- Detecting infrastructure and application-level failures +- Supporting alert-driven operations +- Integrating with a centralized NOC dashboard + +This project represents a shift from running infrastructure to actively operating and maintaining it using observability principles aligned with SRE and platform engineering practice ---