diff --git a/README.md b/README.md index 23889eb..093986f 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ _Note to readers: This list refers to some of the articles, posts, videos, tools * [Enter the Abattoir - Building 'à la carte' gitops tooling](https://achievers.engineering/enter-the-abattoir-ee5e2019f0b3) * [Scaling Production Globally — The service mesh facelift (Part-1)](https://achievers.engineering/scaling-production-globally-service-mesh-face-lift-part-1-30ad6d393d04) +* [Scaling Production Globally - Solving observability problems for developers (Part-2)](https://achievers.engineering/scaling-production-globally-solving-observability-problems-for-developers-part-2-b5416ce5eb8a) @@ -350,6 +351,8 @@ _Note to readers: This list refers to some of the articles, posts, videos, tools ### Blog Posts * [Automating Performance Standards](https://medium.com/expedia-group-tech/automating-performance-standards-b51efc92d237) +* [Error Budget Policy - Part 1 - Adoption at Expedia Group](https://medium.com/expedia-group-tech/error-budget-policy-adoption-at-expedia-group-7d80d41c4a8b) +* [Error Budget Policy - Part 2 - Practices at Expedia Group](https://medium.com/expedia-group-tech/error-budget-policies-in-practice-4c98f56a28c1) * [Using Fault-Injection to Improve our new Runtime Platform’s Reliability](https://medium.com/expedia-group-tech/using-fault-injection-to-improve-our-new-platforms-reliability-656b1147b132) * [Learning from Incidents at Expedia Group](https://medium.com/expedia-group-tech/learning-from-incidents-at-expedia-group-51a8c72a4286) * [Improving Vrbo Homepage Loading Experience](https://medium.com/expedia-group-tech/improving-vrbo-homepage-loading-experience-e4b2207535f4) diff --git a/package.json b/package.json index ee30d40..8b2b29c 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "git+https://github.com/upgundecha/howtheysre.git" }, "author": "upgundecha", - "license": "ISC", + "license": "CC0 1.0 Universal", "bugs": { "url": "https://github.com/upgundecha/howtheysre/issues" },