|
1 | 1 | --- |
2 | | -title: "Chaos Engineering Dashboard" |
3 | | -linkTitle: "Chaos Engineering Dashboard" |
4 | | -description: Chaos Engineering Dashboard allows users to run chaos experiments within their application stack to test the system's resilience. |
| 2 | +title: "Chaos Experiments" |
| 3 | +linkTitle: "Chaos Experiments" |
| 4 | +description: Chaos Experiments allows users to conduct chaos engineering experiments and test system reliability by injecting stress or failure in some part of a system. |
5 | 5 | tags: ["Enterprise plan"] |
6 | 6 | aliases: |
7 | 7 | - /user-guide/chaos-engineering/web-application-dashboard/ |
| 8 | + - /user-guide/chaos-engineering/chaos-application-dashboard/ |
8 | 9 | --- |
9 | 10 |
|
10 | 11 | ## Introduction |
11 | 12 |
|
12 | | -The Chaos Engineering Dashboard in LocalStack offers streamlined testing for cloud applications, enabling you to simulate server errors, service outages, regional disruptions, and network latency with ease, ensuring your app is ready for real-world challenges. |
13 | | - |
14 | | -The dashboard uses [LocalStack Chaos API]({{< ref "chaos-api" >}}) under the hood to offer a set of customizable templates that can be seamlessly integrated into any automation workflows. |
15 | | - |
16 | | -{{< figure src="chaos-engineering-dashboard.png" width="900" >}} |
17 | | - |
18 | | -You can find this feature in the LocalStack Web Application by navigating to [**app.localstack.cloud/chaos-engineering**](https://app.localstack.cloud/chaos-engineering). |
| 13 | +[Chaos Experiments](https://app.localstack.cloud/chaos) in LocalStack offer streamlined testing for cloud applications, enabling you to simulate server errors, service outages, regional disruptions, and network latency with ease, ensuring your app is ready for real-world challenges. |
19 | 14 |
|
20 | 15 | {{< callout "note" >}} |
21 | | -Chaos Engineering Dashboard is offered as a **preview** feature and under active development. |
| 16 | +Chaos Experiments is offered as a **preview** feature and under active development. |
22 | 17 | {{< /callout >}} |
23 | 18 |
|
| 19 | +Chaos Experiments use the [LocalStack Chaos API]({{< ref "chaos-api" >}}) under the hood to offer a set of customizable templates that can be seamlessly integrated into any automation workflows. |
| 20 | + |
| 21 | +{{< figure src="chaos-experiments.png" width="900" >}} |
| 22 | + |
24 | 23 | ## Features |
25 | 24 |
|
26 | | -The dashboard offers the following features: |
| 25 | +Chaos Experiments offer the following features: |
27 | 26 |
|
28 | 27 | * **DynamoDB Error**: Randomly inject `ProvisionedThroughputExceededException` errors into DynamoDB API responses. |
29 | 28 | * **Kinesis Error**: Randomly inject `ProvisionedThroughputExceededException` errors into Kinesis API responses. |
|
0 commit comments