From 7ef2dc86b52a1daaaef668a3199e6a26f18e25a7 Mon Sep 17 00:00:00 2001 From: Mahdi Azarboon <21277296+azarboon@users.noreply.github.com> Date: Sun, 9 Jun 2024 22:43:56 +0800 Subject: [PATCH] Update README.md Added a fallacy of distributed computing (observability is optional), so readers know why they should care about observability, at all. It's coined by one of the thought leaders in software architecture Mark Richards. Here you can briefly familiarize yourself with this fallacy: https://youtu.be/UDtQgXDfkO8 And you can read about it further on these two books: https://a.co/d/4Tsadn3 https://a.co/d/9GFrPtC --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0b4283d7..829bc206 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ Welcome to the `AWS Observability Accelerator for CDK`! The AWS Observability Accelerator for CDK is a set of opinionated modules to help you set up observability for your AWS environments with AWS Native services and AWS-managed observability services such as Amazon Managed Service for Prometheus,Amazon Managed Grafana, AWS Distro for OpenTelemetry (ADOT) and Amazon CloudWatch. +One of the fallacies of distributed computing is that observability is optional. It's a prevalent but wrong assumption. To have a reliable and changeable system, you need to have proper observability in place. And this project aims to help you. + AWS Observability Accelerator for CDK provides patterns with: - [x] Curated metrics with CloudWatch Container Insights