Imports of package otelgrpc

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
github.com/golang/protobuf/protoPackage proto provides functionality for handling protocol buffer messages.
go.opentelemetry.io/otel/api/baggage
go.opentelemetry.io/otel/api/global
go.opentelemetry.io/otel/api/propagation
go.opentelemetry.io/otel/api/trace
go.opentelemetry.io/otel/codesPackage codes defines the canonical error codes used by OpenTelemetry.
go.opentelemetry.io/otel/label
go.opentelemetry.io/otel/semconv
google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
google.golang.org/grpc/metadataPackage metadata define the structure of the metadata supported by gRPC library.
google.golang.org/grpc/peerPackage peer defines various peer information associated with RPCs and corresponding utils.
google.golang.org/grpc/statusPackage status implements errors returned by gRPC.
ioPackage io provides basic interfaces to I/O primitives.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.