Migrating java-grpc timing interceptors to akka-grpc

I’m investigating switching from java-grpc + scalapb to akka-grpc.

My question:
How will I migrate my RPC timing code to an akka oriented one. We have an rpc interceptor a la java-grpc that’ll log the rpc time and throughput and what not. How should I transfer this code to this new interface?