-
Notifications
You must be signed in to change notification settings - Fork 226
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
[gRPC] Does not work with stream-to-stream gRPC requests #1966
Closed
Labels
Comments
psydok
added a commit
to psydok/apm-agent-python
that referenced
this issue
Feb 12, 2024
I found out what the problem was, I think I managed to fix it. Can I create pull requests? |
psydok
added a commit
to psydok/apm-agent-python
that referenced
this issue
Feb 12, 2024
psydok
added a commit
to psydok/apm-agent-python
that referenced
this issue
Feb 12, 2024
This was referenced Feb 12, 2024
psydok
added a commit
to psydok/apm-agent-python
that referenced
this issue
Feb 12, 2024
Fix gprc support with streaming requests (elastic#1966)
Reopening this so it can be closed by #1967 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Describe the bug: I'm trying to add elastic apm for my gRPC service with unary-to-unary requests and stream-to-stream. Everything is fine with unary-to-unary requests. But stream-to-stream requests stop working.
The service stops accepting streaming requests altogether.
I think I saw somewhere that you wrote elastic does not support stream requests for gRPC. But I didn't think it would be a service-blocking problem.
Is there any way to get around it, to make custom processing for stream specifically?
To Reproduce
Environment (please complete the following information)
Additional context
Add any other context about the problem here.
requirements.txt
:Click to expand
The text was updated successfully, but these errors were encountered: