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 -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/d9a9302c-7f9b-4b54-9c8d-47b485685df1%40googlegroups.com.
