chaos-charts icon indicating copy to clipboard operation
chaos-charts copied to clipboard

Repository to hold chaos experiments resource YAML bundles

Results 25 chaos-charts issues
Sort by recently updated
recently updated
newest added
trafficstars

**What this PR does / why we need it**: I have implemented the rds-instance-stop chaos fault in this PR based on the [proposal](https://github.com/litmuschaos/litmus/pull/4860). **Which issue this PR fixes** *(optional, in...

Hi Team, Have installed litmus successfully and all pods are up and running. To execute chaos experiments in created namespaces infra unable to list experiments in default hub(why because have...

i've implemented a new load test using locust based on https://github.com/litmuschaos/litmus/pull/4955. you can add chaos hub github: https://github.com/kwx4957/chaos-charts.git branch: feat/locust ### Result ![image](https://github.com/user-attachments/assets/36879c5b-5104-44b0-981d-e279a5e72c16) ![image](https://github.com/user-attachments/assets/b5edd168-c73a-4daa-94ff-2c17e1d3e7d7) dependency: [litmus-go](https://github.com/litmuschaos/litmus-go/pull/733) Reference: https://github.com/litmuschaos/litmus-go/pull/687 [locust](https://developer.harness.io/docs/chaos-engineering/use-harness-ce/chaos-faults/load/locust-loadgen/)

I added a env named `OTEL_METRIC_PREFIX`. This pr has a dependency with https://github.com/litmuschaos/litmus-go/pull/726.

I deleted chaos_interval variable because of not usedI deleted the `chaos_interval` variable because it was not being used. relevant: https://github.com/litmuschaos/litmus-go/pull/725