You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
Our SRE team want add to metrics all call for unimplemented method. Is there way to do it? to intercept when some client call unimplemented method?
Right now i have MonitorInterceptor, where i handle some thing like metrics, opentracing etc. but this interceptor is not call when some client call unimplemented method.
I am using Kotlin with Vertx GRPC
zda...@google.com
unread,
Jul 22, 2020, 7:33:05 PM7/22/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
I'm not familiar with VertX gRPC, but in Java, interceptor is still called when some client calls an unimplemented method.