-
Notifications
You must be signed in to change notification settings - Fork 32
Round-trip OTLP-OTAP-OTLP validation framework #346
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
Conversation
Reviewers, I believe I've addressed all the feedback.
|
I attempted to fix the otel-arrow-rust tests. The |
I tried to address the formatting disagreement (between prost/tonic and rustfmt), which appears to be about editions. I tried to resolve that as well, but could not (see the new rustfmt.toml file). FYI all |
The goal is to test the OTAP receiver logic originally contributed in otel-arrow-rust using the pdata library to build OTLP objects for readable tests.
Part of #338
Part of #353