From 9dce257d38856e35fded12d5ffbc31748912d0ff Mon Sep 17 00:00:00 2001 From: Martin Tomka Date: Sat, 27 Jan 2024 20:02:56 +0100 Subject: [PATCH 1/3] [Docs] Resources about chaos engineering --- docs/chaos/index.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/chaos/index.md b/docs/chaos/index.md index b22e49e6ca4..682d22709a8 100644 --- a/docs/chaos/index.md +++ b/docs/chaos/index.md @@ -1,8 +1,18 @@ -# Chaos engineering with Simmy +# Chaos engineering > [!IMPORTANT] > This documentation page describes an upcoming feature of Polly. +**Chaos engineering** is the discipline of experimenting on a system in order to build confidence in the system's capability to withstand turbulent conditions in production. + +If you want to learn more about chaos engineering: + +- [Chaos engineering on Wikipedia](https://en.wikipedia.org/wiki/Chaos_engineering): Describes the basic concepts, history and tools related to chaos engineering. +- [Chaos engineering, the history, principles and practices](https://www.gremlin.com/community/tutorials/chaos-engineering-the-history-principles-and-practice/): Excelent article about chaos engineering by [Gremlin](https://www.gremlin.com/chaos-engineering/), a chaos engineering platform. +- [Understanding chaos engineering and resilience](https://learn.microsoft.com/en-us/azure/chaos-studio/chaos-studio-chaos-engineering-overview): Intro to chaos engineering in the context of [Azure Chaos Studio](https://learn.microsoft.com/en-us/azure/chaos-studio/chaos-studio-overview), managed service that uses chaos engineering to help you measure, understand, and improve your cloud application and service resilience. + +## Chaos engineering with Simmy + [Simmy][simmy] is a major new addition to Polly library, adding a chaos engineering and fault-injection dimension to Polly, through the provision of strategies to selectively inject faults, latency, custom behavior or fake results. ![Simmy](../media/simmy-logo.png) From c7efb736ca6eddb6badbadfaa4a42c63afe67832 Mon Sep 17 00:00:00 2001 From: Martin Tomka Date: Sat, 27 Jan 2024 20:13:52 +0100 Subject: [PATCH 2/3] spelling --- docs/chaos/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/chaos/index.md b/docs/chaos/index.md index 682d22709a8..69313cabf11 100644 --- a/docs/chaos/index.md +++ b/docs/chaos/index.md @@ -8,7 +8,7 @@ If you want to learn more about chaos engineering: - [Chaos engineering on Wikipedia](https://en.wikipedia.org/wiki/Chaos_engineering): Describes the basic concepts, history and tools related to chaos engineering. -- [Chaos engineering, the history, principles and practices](https://www.gremlin.com/community/tutorials/chaos-engineering-the-history-principles-and-practice/): Excelent article about chaos engineering by [Gremlin](https://www.gremlin.com/chaos-engineering/), a chaos engineering platform. +- [Chaos engineering, the history, principles and practices](https://www.gremlin.com/community/tutorials/chaos-engineering-the-history-principles-and-practice/): Excellent article about chaos engineering by [Gremlin](https://www.gremlin.com/chaos-engineering/), a chaos engineering platform. - [Understanding chaos engineering and resilience](https://learn.microsoft.com/en-us/azure/chaos-studio/chaos-studio-chaos-engineering-overview): Intro to chaos engineering in the context of [Azure Chaos Studio](https://learn.microsoft.com/en-us/azure/chaos-studio/chaos-studio-overview), managed service that uses chaos engineering to help you measure, understand, and improve your cloud application and service resilience. ## Chaos engineering with Simmy From ae1603119842655706168ca45f19939eaa38a777 Mon Sep 17 00:00:00 2001 From: Martin Tomka Date: Sun, 28 Jan 2024 14:10:45 +0100 Subject: [PATCH 3/3] PR comments --- docs/chaos/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/chaos/index.md b/docs/chaos/index.md index 69313cabf11..1cc7b779ccf 100644 --- a/docs/chaos/index.md +++ b/docs/chaos/index.md @@ -9,7 +9,7 @@ If you want to learn more about chaos engineering: - [Chaos engineering on Wikipedia](https://en.wikipedia.org/wiki/Chaos_engineering): Describes the basic concepts, history and tools related to chaos engineering. - [Chaos engineering, the history, principles and practices](https://www.gremlin.com/community/tutorials/chaos-engineering-the-history-principles-and-practice/): Excellent article about chaos engineering by [Gremlin](https://www.gremlin.com/chaos-engineering/), a chaos engineering platform. -- [Understanding chaos engineering and resilience](https://learn.microsoft.com/en-us/azure/chaos-studio/chaos-studio-chaos-engineering-overview): Intro to chaos engineering in the context of [Azure Chaos Studio](https://learn.microsoft.com/en-us/azure/chaos-studio/chaos-studio-overview), managed service that uses chaos engineering to help you measure, understand, and improve your cloud application and service resilience. +- [Understanding chaos engineering and resilience](https://learn.microsoft.com/azure/chaos-studio/chaos-studio-chaos-engineering-overview): Intro to chaos engineering in the context of [Azure Chaos Studio](https://learn.microsoft.com/en-us/azure/chaos-studio/chaos-studio-overview), managed service that uses chaos engineering to help you measure, understand, and improve your cloud application and service resilience. ## Chaos engineering with Simmy