-
Notifications
You must be signed in to change notification settings - Fork 89
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
Support google.golang.org/grpc
v1.69.0
#1421
Comments
Looking at updating our definition of |
@MrAlias what are you thinking for the split? We have the MinVersion struct right now but I could see that getting messy, especially for situations where it's just a rename. Do you have an idea? |
I'm still prototyping, but the current idea is to update the |
It looks like Still working on it. |
Update: The parent span context is no longer being found for the server spans. Digging into why. |
This is where the parent span context is supposed to come from. Updating. |
This looks to have been my mistake in reading the embedded |
The function
google.golang.org/grpc/internal/transport.(*http2Server).WriteStatus
was renamed tofunction google.golang.org/grpc/internal/transport.(*http2Server).writeStatus
: https://github.com/grpc/grpc-go/blob/317271b232677b7869576a49855b01b9f4775d67/internal/transport/http2_server.go#L1045Originally posted by @MrAlias in #1416 (comment)
The text was updated successfully, but these errors were encountered: