From da76383b1aa1b9a1cce86f160b6c615579b73c2d Mon Sep 17 00:00:00 2001 From: Maksim Date: Fri, 23 Oct 2020 08:50:56 +0300 Subject: [PATCH] add " Implementing Service Level Objectives" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af91b48..9b9ab7b 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,6 @@ This repository is an attempt to consolidate useful resources for Site Reliabili * [Go Design Patterns](https://github.com/tmrts/go-patterns) * [Go Memory Management](https://povilasv.me/go-memory-management) - ### Big O Notation, Algorithms and Data Structures * [AlgoExperts](https://www.algoexpert.io) @@ -159,6 +158,7 @@ This repository is an attempt to consolidate useful resources for Site Reliabili * [The Site Reliability Workbook](https://landing.google.com/sre/workbook/toc/) * [Seeking SRE](https://books.google.ru/books?id=tmhqDwAAQBAJ) * [Building Secure and Reliable Systems](https://landing.google.com/sre/static/pdf/SRS.pdf) +* [Implementing Service Level Objectives](https://learning.oreilly.com/library/view/implementing-service-level/9781492076803) ### Linux