Skip to content

Commit

Permalink
bolden UI elements
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshCasper committed Aug 5, 2024
1 parent 4c7eeb1 commit 943782e
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ Chaos Engineering Dashboard is offered as a **preview** feature and under active

The dashboard offers the following features:

* DynamoDB Error: Randomly inject `ProvisionedThroughputExceededException` errors into DynamoDB API responses.
* Kinesis Error: Randomly inject `ProvisionedThroughputExceededException` errors into Kinesis API responses.
* 500 Internal Error: Randomly terminate incoming requests, returning an `Internal Server Error` with a response code of 500.
* Service Unavailable: Cause a specified percentage of service API calls to receive a 503 `Service Unavailable` response.
* AWS Region Unavailable: Simulate regional outages and failovers by disabling entire AWS regions.
* Latency: Introduce specified latency to every API call, useful for simulating network latency or degraded network performance.
* **DynamoDB Error**: Randomly inject `ProvisionedThroughputExceededException` errors into DynamoDB API responses.
* **Kinesis Error**: Randomly inject `ProvisionedThroughputExceededException` errors into Kinesis API responses.
* **500 Internal Error**: Randomly terminate incoming requests, returning an `Internal Server Error` with a response code of 500.
* **Service Unavailable**: Cause a specified percentage of service API calls to receive a 503 `Service Unavailable` response.
* **AWS Region Unavailable**: Simulate regional outages and failovers by disabling entire AWS regions.
* **Latency**: Introduce specified latency to every API call, useful for simulating network latency or degraded network performance.

0 comments on commit 943782e

Please sign in to comment.