We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current grpc-1.30.0 instrumentation starts failing for grpc 1.40.0+ which was released in Aug, 2021:
WeaveViolation{type=METHOD_NEW_CALL_ORIGINAL_UNSUPPORTED, clazz=io/grpc/internal/ServerImpl$ServerTransportListenerImpl, method=startCall(Lio/grpc/internal/ServerStream;Ljava/lang/String;Lio/grpc/ServerMethodDefinition;Lio/grpc/Metadata;Lio/grpc/Context$CancellableContext;Lio/grpc/internal/StatsTraceContext;Lio/perfmark/Tag;)Lio/grpc/internal/ServerStreamListener;}
METHOD_NEW_CALL_ORIGINAL_UNSUPPORTED means that a method that is currently being weaved no longer exists in these newer artifacts.
Changes can be found here: https://github.com/grpc/grpc-java/releases
We should add a new instrumentation module to support grpc 1.40.0+.
The text was updated successfully, but these errors were encountered:
This was resolved by PR #518 and released in Java agent 7.5.0.
Sorry, something went wrong.
No branches or pull requests
The current grpc-1.30.0 instrumentation starts failing for grpc 1.40.0+ which was released in Aug, 2021:
METHOD_NEW_CALL_ORIGINAL_UNSUPPORTED means that a method that is currently being weaved no longer exists in these newer artifacts.
Changes can be found here: https://github.com/grpc/grpc-java/releases
We should add a new instrumentation module to support grpc 1.40.0+.
The text was updated successfully, but these errors were encountered: