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

Update to opentelemetry 0.24 #907

Merged
merged 1 commit into from
Feb 4, 2025
Merged

Update to opentelemetry 0.24 #907

merged 1 commit into from
Feb 4, 2025

Conversation

joshwlewis
Copy link
Member

@joshwlewis joshwlewis commented Feb 4, 2025

This updates opentelemetry to the last version that supports JSONL file exports -- at least for the moment. There was an upstream change to simplify the opentelemetry-stdout exporter: open-telemetry/opentelemetry-rust#2040. With that change, the exporter lost the ability to send telemetry to a generic writer (like a buffer or file), and also lost jsonl serialization. Based on this comment, there is interest in bringing this functionality back in some other form.

I've opened an issue upstream: open-telemetry/opentelemetry-rust#2602

Supersedes #886

@joshwlewis joshwlewis requested a review from a team as a code owner February 4, 2025 15:36
@joshwlewis
Copy link
Member Author

Tests are broken upstream. Fix is in #908.

Copy link
Member

@edmorley edmorley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for taking this!

@joshwlewis joshwlewis merged commit 9c8774a into main Feb 4, 2025
5 checks passed
@joshwlewis joshwlewis deleted the jwl/otel-update branch February 4, 2025 21:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants