From 7c68f9fd857d7a30a05825c354af92da55e8ae3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraci=20Paix=C3=A3o=20Kr=C3=B6hling?= Date: Wed, 24 Jan 2024 22:27:59 +0100 Subject: [PATCH] LFX Mentorship - OpenTelemetry - Mar 2024 (#1134) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * LFX Mentorship - OpenTelemetry - Mar 2024 Signed-off-by: Juraci Paixão Kröhling * Add Andrzej as co-mentor Signed-off-by: Juraci Paixão Kröhling * reordered Signed-off-by: Juraci Paixão Kröhling --------- Signed-off-by: Juraci Paixão Kröhling Signed-off-by: Ali Ok Co-authored-by: Ali Ok --- .../2024/01-Mar-May/project_ideas.md | 19 +++++++++++++++++++ 1 file changed, 19 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 30da3eed..e8a084bd 100644 --- a/programs/lfx-mentorship/2024/01-Mar-May/project_ideas.md +++ b/programs/lfx-mentorship/2024/01-Mar-May/project_ideas.md @@ -323,6 +323,25 @@ We want to leverage the above for creating a plugin which will allow users to se - Aris Boutselis (@arbreezy, arisboutselis08@gmail.com) - Issue: https://github.com/k8sgpt-ai/k8sgpt/issues/889 +### OpenTelemetry + +#### One Logging Bridge per Language + +- Description: One of the goals set for the OpenTelemetry project in 2024 is to have at least one logging bridge per Language SIG, so that our end-users can start using OTLP Logging natively in their applications. While some languages have such a bridge already, some have the desire to implement at least one bridge but are lacking the engineering resources to do so. This internship starts by taking a look at the current state, marking which languages have a bridge already and which are lacking. The next step is to propose and implement at least one bridge for at least one language that doesn't have such a bridge yet. +- Expected Outcome: At least one logging bridge is implemented for at least one language. +- Recommended Skills: One (or more!) of the missing languages supported by OpenTelemetry + - C++ + - Erlang + - Go + - JavaScript + - PHP + - Ruby + - Swift +- Mentor(s): + - Juraci Paixão Kröhling (@jpkrohling, juraci.kroehling@grafana.com) + - Andrzej Stencel (@astencel-sumo, andrzej@andrzejstencel.pl) +- Upstream Issue: https://github.com/open-telemetry/community/issues/1865 + ### Prometheus #### Client_golang CI/CD improvements