From 54e127eb64a37be9194937f8b7cf8075fdf563e2 Mon Sep 17 00:00:00 2001 From: Charles-Axel Dein <120501+charlax@users.noreply.github.com> Date: Sun, 3 Aug 2025 22:57:27 +0200 Subject: [PATCH] Add incidents metrics --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b45c5b6..f1633da 100644 --- a/README.md +++ b/README.md @@ -1809,8 +1809,10 @@ JavaScript is such a pervasive language that it's almost required learning. Books: -- 📖 [Site Reliability Engineering](https://landing.google.com/sre/books/) +- 📖 [Site Reliability Engineering](https://landing.google.com/sre/books/), Google - Written by members of Google's SRE team, with a comprehensive analysis of the entire software lifecycle - how to build, deploy, monitor, and maintain large scale systems. +- 📖 [Incident Metrics in SRE](https://static.googleusercontent.com/media/sre.google/en//static/pdf/IncidentMeticsInSre.pdf), Štěpán Davidovič, Google + - Canonical definition of TTD (Time To Detect) TTM (Mitigate), TTR (Recover), TBF (Time Between Failure) Quotes: