1 // Copyright The OpenTelemetry Authors 2 // SPDX-License-Identifier: Apache-2.0 3 4 /* 5 Package otelgrpc is the instrumentation library for [google.golang.org/grpc]. 6 7 Use [NewClientHandler] with [grpc.WithStatsHandler] to instrument a gRPC client. 8 9 Use [NewServerHandler] with [grpc.StatsHandler] to instrument a gRPC server. 10 */ 11 package otelgrpc // import "go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc" 12