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.
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/internalPackage internal provides internal functionality for the otelgrpc package.
go.opentelemetry.io/otelPackage otel provides global access to the OpenTelemetry API.
go.opentelemetry.io/otel/attributePackage attribute provides key and value attributes.
go.opentelemetry.io/otel/baggagePackage baggage provides functionality for storing and retrieving baggage items in Go context.
go.opentelemetry.io/otel/codesPackage codes defines the canonical error codes used by OpenTelemetry.
go.opentelemetry.io/otel/metricPackage metric provides the OpenTelemetry API used to measure metrics about source code operation.
go.opentelemetry.io/otel/metric/noopPackage noop provides an implementation of the OpenTelemetry metric API that produces no telemetry and minimizes used computation resources.
go.opentelemetry.io/otel/propagationPackage propagation contains OpenTelemetry context propagators.
go.opentelemetry.io/otel/semconv/v1.17.0Package semconv implements OpenTelemetry semantic conventions.
go.opentelemetry.io/otel/tracePackage trace provides an implementation of the tracing part of the OpenTelemetry API.
google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
google.golang.org/grpc/codesPackage codes defines the canonical error codes used by 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/statsPackage stats is for collecting and reporting various network and RPC stats.
google.golang.org/grpc/statusPackage status implements errors returned by gRPC.
google.golang.org/protobuf/protoPackage proto provides functions operating on protocol buffer messages.
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.
strconvPackage strconv implements conversions to and from string representations of basic data types.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
timePackage time provides functionality for measuring and displaying time.