Skip to content
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

Add new instrumentation module to support grpc 1.40.0+ #427

Closed
jasonjkeller opened this issue Sep 14, 2021 · 1 comment
Closed

Add new instrumentation module to support grpc 1.40.0+ #427

jasonjkeller opened this issue Sep 14, 2021 · 1 comment

Comments

@jasonjkeller
Copy link
Contributor

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+.

@jasonjkeller
Copy link
Contributor Author

This was resolved by PR #518 and released in Java agent 7.5.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

1 participant