You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/chaos-studio/chaos-studio-chaos-experiments.md
+15-16Lines changed: 15 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,22 +33,21 @@ Chaos experiments can target resources in a different subscription than the expe
33
33
34
34
## Documenting chaos experiments
35
35
36
-
There are several methods for documenting chaos engineering. One approach is to use work items in Azure DevOps Boards or in GitHub Projects. By creating dedicated work items for each experiment, you can track the details, progress, and outcomes of your experiments in a structured manner. This documentation can include information such as the purpose of the experiment, the expected outcomes, the steps followed, the resources involved, and any observations or learnings from the experiment.
| Hypothesis | Define the objective and expected outcomes of the experiment ||
41
-
| Attack Layer | Identify which part of the system will be subjected to chaos experiments (e.g., network, database, application layer). ||
42
-
| Duration | Specify the time frame for the chaos experiment. ||
43
-
| Target | Determine the specific targets or components within the system. ||
44
-
| Environment | Define whether the experiment will be conducted in a production, staging, or development environment. ||
45
-
| Observations | Record any data or behavior observed during the experiment. ||
46
-
| Results | Summarize the findings and outcomes of the experiment. ||
47
-
| Action Items | List any action items or steps to be taken based on the results. ||
48
-
||||
49
-
50
-
The hypothesis is a crucial aspect of a chaos experiment as it defines the objective and expected outcomes of the experiment. It helps in testing the system's ability to handle unexpected disruptions effectively. By formulating a clear hypothesis, you can focus your experiment on specific areas of the system and gather meaningful data to evaluate its resilience.
51
-
By leveraging the features of Azure DevOps Boards or GitHub Projects, you can collaborate with your team, assign tasks, set due dates, and track the overall progress of your chaos engineering initiatives. This documentation serves as a reference for future analysis, sharing knowledge, and improving the resilience of your systems.
36
+
There are several key aspects of your chaos experimentation process you can track and modify over time. One approach is to use work items in Azure Boards or in GitHub Projects. By creating dedicated work items for each experiment, you can track the details, progress, and outcomes of your experiments in a structured manner. This documentation can include information such as the purpose of the experiment, the expected outcomes, the steps followed, the resources involved, and any observations or learnings from the experiment.
| Hypothesis | Define the objective and expected outcomes of the experiment |
41
+
| Target Scope | Identify which part of the system will be subjected to chaos experiments (e.g., network, database, application layer). |
42
+
| Duration | Specify the time frame for the chaos experiment. |
43
+
| Target | Determine the specific targets or components within the system. |
44
+
| Environment | Define whether the experiment will be conducted in a production, staging, or development environment. |
45
+
| Observations | Record any data or behavior observed during the experiment. |
46
+
| Results | Summarize the findings and outcomes of the experiment. |
47
+
| Action Items | List any action items or steps to be taken based on the results. |
48
+
|||
49
+
50
+
The **hypothesis** is a crucial aspect of a chaos experiment as it defines the objective and expected outcomes of the experiment. It helps in testing the system's ability to handle unexpected disruptions effectively. By formulating a clear hypothesis, you can focus your experiment on specific areas of the system and gather meaningful data to evaluate its resilience. By leveraging the features of Azure Boards or GitHub Projects, you can collaborate with your team, assign tasks, set due dates, and track the overall progress of your chaos engineering initiatives.
52
51
53
52
## Next steps
54
53
Now that you understand what a chaos experiment is you're ready to:
0 commit comments