Skip to content

Commit

Permalink
Update instrumentation/google.golang.org/grpc/otelgrpc/stats_handler.go
Browse files Browse the repository at this point in the history
Co-authored-by: Chester Cheung <cheung.zhy.csu@gmail.com>
  • Loading branch information
fatsheep9146 and hanyuancheung committed Mar 20, 2023
1 parent 178e82f commit d8da923
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type grpcContext struct {
messagesSent int64
}

// NewServerHandler create a stats.Handler for grpc server.
// NewServerHandler creates a stats.Handler for gRPC server.
func NewServerHandler(opts ...Option) stats.Handler {
h := &serverHandler{
config: newConfig(opts),
Expand Down

0 comments on commit d8da923

Please sign in to comment.