-
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 receiver timeout propagation #34742
OTel-Arrow receiver timeout propagation #34742
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.
This needs a go.mod update
Error: ../../receiver/otelarrowreceiver/internal/arrow/arrow.go:44:2: missing go.sum entry for module providing package github.com/open-telemetry/opentelemetry-collector-contrib/internal/grpcutil (imported by github.com/open-telemetry/opentelemetry-collector-contrib/receiver/otelarrowreceiver/internal/arrow);
This PR will not pass its automatic checks until #34733 merges. Otherwise I need to re-gen go.mod files which will introduce merge conflicts. It's easier to leave this PR until the other merges. |
In fact, when the other PR merges, I will update this one to include an end-to-end test. I'll leave this in draft for now. Reviewers/approvers/maintainers, please focus on #34733. Thanks! |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
I plan to leave this in draft until #34733 merges. |
**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.
…tor-contrib into jmacd/arrow_recv_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.
LGTM!
…tor-contrib into jmacd/arrow_recv_timeout
**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.
…tor-contrib into jmacd/arrow_recv_timeout
…etry-collector-contrib into jmacd/arrow_recv_timeout
The test failure is unrelated. |
This PR is a month old. Please merge! |
Signed-off-by: Alex Boten <[email protected]>
**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 <[email protected]> Co-authored-by: Bogdan Drutu <[email protected]> Co-authored-by: Alex Boten <[email protected]>
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.