Skip to content

Commit d791232

Browse files
committed
Fix typo, should be register instead of regster
Signed-off-by: xuchunming <[email protected]>
1 parent cddd791 commit d791232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/server.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ func (s *Server) ServeGRPC(l net.Listener) error {
146146
// enable grpc time histograms to measure rpc latencies
147147
grpc_prometheus.EnableHandlingTimeHistogram()
148148
}
149-
// before we start serving the grpc API regster the grpc_prometheus metrics
149+
// before we start serving the grpc API register the grpc_prometheus metrics
150150
// handler. This needs to be the last service registered so that it can collect
151151
// metrics for every other service
152152
grpc_prometheus.Register(s.rpc)

0 commit comments

Comments
 (0)