Imports of package otlptracegrpc

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
errorsPackage errors implements functions to manipulate errors.
github.com/pkg/errorsPackage errors provides simple error handling primitives.
go.opentelemetry.io/otel/exporters/otlp/otlptracePackage otlptrace contains abstractions for OTLP span exporters.
go.opentelemetry.io/proto/otlp/collector/trace/v1Package v1 is a reverse proxy.
go.opentelemetry.io/proto/otlp/trace/v1
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.
math/randPackage rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
timePackage time provides functionality for measuring and displaying time.
unsafePackage unsafe contains operations that step around the type safety of Go programs.