-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
OTel-Arrow exporter timeout propagation #34733
OTel-Arrow exporter timeout propagation #34733
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…tor-contrib into jmacd/arrow_exporter_timeout
This has been approved for 2 weeks. Can it merge? |
Can I ask you to fix up the merge conflicts please? |
Of course! I fix the conflicts after every release, but this has been sitting for two release cycles and now I'll have to fix them twice. |
…tor-contrib into jmacd/arrow_exporter_timeout
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace statements are out of date, please run "make crosslink" and commit the changes in this PR.
Please fix linter as well https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/10704184781/job/29676638560?pr=34733
…tor-contrib into jmacd/arrow_exporter_timeout
@songy23 Thank you. I appreciate your help. The linter changed while this PR was open,. I want to point out that this PR was approved and green following commit f735180 and again following commit 9e4d8e3. It takes a relatively large amount of work to keep these PRs green, and this is the third time. Please merge! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @open-telemetry/collector-contrib-maintainers this one should be good to go
**Description:** Exporter side of open-telemetry/otel-arrow#227. The receiver side is open-telemetry#34742. **Link to tracking Issue:** open-telemetry/otel-arrow#227 **Testing:** Adds a test for the expected metadata propagation. **Documentation:** Since this is expected of gRPC receivers, no docs are changed.
**Description:** Receiver side of open-telemetry/otel-arrow#227. The exporter side is #34733. **Link to tracking Issue:** open-telemetry/otel-arrow#227 **Testing:** A new end-to-end integration test. ✅ **Documentation:** Since this is expected of gRPC receivers, no docs are changed. --------- Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com> Co-authored-by: Bogdan Drutu <bogdandrutu@gmail.com> Co-authored-by: Alex Boten <223565+codeboten@users.noreply.github.com>
**Description:** Receiver side of open-telemetry/otel-arrow#227. The exporter side is open-telemetry#34733. **Link to tracking Issue:** open-telemetry/otel-arrow#227 **Testing:** A new end-to-end integration test. ✅ **Documentation:** Since this is expected of gRPC receivers, no docs are changed. --------- Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com> Co-authored-by: Bogdan Drutu <bogdandrutu@gmail.com> Co-authored-by: Alex Boten <223565+codeboten@users.noreply.github.com>
Description: Exporter side of open-telemetry/otel-arrow#227. The receiver side is #34742.
Link to tracking Issue: open-telemetry/otel-arrow#227
Testing: Adds a test for the expected metadata propagation.
Documentation: Since this is expected of gRPC receivers, no docs are changed.