chaos-charts
chaos-charts copied to clipboard
Repository to hold chaos experiments resource YAML bundles
**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   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