Skip to content

Commit b511c39

Browse files
Merge pull request #2317 from cmingxu/master
update server.go
2 parents fcc66f5 + d791232 commit b511c39

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)