From 0573fb9af7c60c21ff9eef7f66ec6edea6ad5286 Mon Sep 17 00:00:00 2001 From: Yuri Shkuro Date: Thu, 22 Feb 2024 05:33:32 -0500 Subject: [PATCH] Update Jaeger project (#1188) Signed-off-by: Yuri Shkuro --- programs/summerofcode/2024.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/programs/summerofcode/2024.md b/programs/summerofcode/2024.md index 76a0f4b3..ec645b39 100644 --- a/programs/summerofcode/2024.md +++ b/programs/summerofcode/2024.md @@ -48,7 +48,7 @@ You can find the project ideas from previous year [here](./2023.md). ##### Deployment options for Jaeger v2 -- Description: Jaeger is a distributed tracing platform. We are working towards Jaeger v2 that is rearchitected to run on top of the OpenTelemetry Collector framework. There are multiple tracks towards that milestone, one of them is to address the deployment process for the end users. The project involes analysis of the existing solutions, such as Kubernetes Operators for Jaeger-v1 and OpenTelemetry Collector, deciding on the strategy for how to support deployment options for Jaeger-v2, and implementing + documenting them. +- Description: Jaeger is a distributed tracing platform. We are working towards [Jaeger v2](https://github.com/jaegertracing/jaeger/issues/4843) that is re-architected to be a custom distribution of the [OpenTelemetry Collector](https://github.com/open-telemetry/opentelemetry-collector). There are multiple tracks towards that milestone, one of them is to address the deployment process for the end users. The project involves analysis of the existing solutions, such as Kubernetes Operators for Jaeger-v1 and OpenTelemetry Collector, deciding on the strategy for how to support deployment options for Jaeger-v2, and implementing + documenting them. - Expected Outcome: - Support deploying Jaeger v2 via Kubernetes Operator, Helm chart, and brew. - Documentation on the website. @@ -57,7 +57,7 @@ You can find the project ideas from previous year [here](./2023.md). - Mentor(s): - Yuri Shkuro (@yurishkuro, github@ysh.us) - primary - Jonah Kowall (@jkowall, jkowall@kowall.net) -- Upstream Issue (URL): https://github.com/jaegertracing/jaeger/issues/4843 +- Upstream Issue (URL): https://github.com/jaegertracing/jaeger/issues/5221 #### Keptn