go-grpc-prometheus
go-grpc-prometheus copied to clipboard
why UnaryClientInterceptor use SentMessage() and ReceivedMessage()
https://github.com/grpc-ecosystem/go-grpc-prometheus/blob/c225b8c3b01faf2899099b768856a9e916e5087b/client_metrics.go#L111
SentMessage and ReceivedMessage is use to StreamClientInterceptor?
Please elaborate, I don't understand what you're asking.