We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fcc66f5 + d791232 commit b511c39Copy full SHA for b511c39
server/server.go
@@ -146,7 +146,7 @@ func (s *Server) ServeGRPC(l net.Listener) error {
146
// enable grpc time histograms to measure rpc latencies
147
grpc_prometheus.EnableHandlingTimeHistogram()
148
}
149
- // before we start serving the grpc API regster the grpc_prometheus metrics
+ // before we start serving the grpc API register the grpc_prometheus metrics
150
// handler. This needs to be the last service registered so that it can collect
151
// metrics for every other service
152
grpc_prometheus.Register(s.rpc)
0 commit comments