From 292278b9dfb4bccb40f083f97c6bd079cdbb515f Mon Sep 17 00:00:00 2001 From: STRRL Date: Tue, 23 Jan 2024 22:39:59 +0800 Subject: [PATCH] feat: new project idea for Chaos Mesh Signed-off-by: STRRL --- .../lfx-mentorship/2024/01-Mar-May/project_ideas.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/programs/lfx-mentorship/2024/01-Mar-May/project_ideas.md b/programs/lfx-mentorship/2024/01-Mar-May/project_ideas.md index 8dc4dacd..bca2899a 100644 --- a/programs/lfx-mentorship/2024/01-Mar-May/project_ideas.md +++ b/programs/lfx-mentorship/2024/01-Mar-May/project_ideas.md @@ -89,3 +89,15 @@ - Pierangelo Di Pilato (@pierdipi, pierdipi@redhat.com) - Upstream Issue: https://github.com/knative/eventing/issues/7530 +### Chaos Mesh + +#### Observability for StressChaos + +- Description: StressChaos is a chaos experiment that injects stress to the system. The current implementation of StressChaos is lack of observability, most of observability solutions could not observe the stress at Pod level, but only at Node level. This project is to enhance observability for StressChaos. +- Expected Outcome: Chaos Mesh end users could observe the injected stress at Pod level. +- Recommended Skills: Golang, Kubernetes, Linux, Observability Tools(e.g. Prometheus, Grafana, etc.) +- Mentor(s): + - Zhiqiang Zhou(@STRRL, im@strrl.dev) + - Yue Yang(@g1eny0ung, g1enyy0ung@gmail.com) + - Cwen Yin(@cwen0, yincwego@gmail.com) +- Upstream Issue: https://github.com/chaos-mesh/chaos-mesh/discussions/3012, https://github.com/chaos-mesh/chaos-mesh/issues/3651