mirror of
https://github.com/linka-cloud/grpc.git
synced 2025-06-22 17:22:26 +00:00
update grpc, service: implements reflection.GRPCService
Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
@ -7,6 +7,10 @@ import (
|
||||
"go.linka.cloud/grpc/interceptors"
|
||||
)
|
||||
|
||||
var (
|
||||
Register = grpc_prometheus.Register
|
||||
)
|
||||
|
||||
type metrics struct {
|
||||
s *grpc_prometheus.ServerMetrics
|
||||
c *grpc_prometheus.ClientMetrics
|
||||
|
Reference in New Issue
Block a user