peridot/vendor/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/doc.go

12 lines
428 B
Go
Raw Normal View History

// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0
2022-07-07 20:11:50 +00:00
/*
Package otelgrpc is the instrumentation library for [google.golang.org/grpc].
2022-07-07 20:11:50 +00:00
Use [NewClientHandler] with [grpc.WithStatsHandler] to instrument a gRPC client.
2022-07-07 20:11:50 +00:00
Use [NewServerHandler] with [grpc.StatsHandler] to instrument a gRPC server.
2022-07-07 20:11:50 +00:00
*/
package otelgrpc // import "go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc"