Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LFX Mentorship - OpenTelemetry - Mar 2024 #1134

Merged
merged 4 commits into from
Jan 24, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions programs/lfx-mentorship/2024/01-Mar-May/project_ideas.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,25 @@
- https://github.com/prometheus/client_golang/issues/1435
- https://github.com/prometheus/client_golang/issues/1436

### 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, [email protected])
jpkrohling marked this conversation as resolved.
Show resolved Hide resolved
- Andrzej Stencel (@astencel-sumo, [email protected])
- Upstream Issue: https://github.com/open-telemetry/community/issues/1865

### Vitess

#### Improve Unit Test Coverage
Expand Down