Imports of package zipkin

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/go-kit/kit/endpointPackage endpoint defines an abstraction for RPCs.
github.com/go-kit/kit/transport/grpcPackage grpc provides a gRPC binding for endpoints.
github.com/go-kit/kit/transport/httpPackage http provides a general purpose HTTP binding for endpoints.
github.com/go-kit/logPackage log provides a structured logger.
github.com/openzipkin/zipkin-goPackage zipkin implements a native Zipkin instrumentation library for Go.
github.com/openzipkin/zipkin-go/modelPackage model contains the Zipkin V2 model which is used by the Zipkin Go tracer implementation.
github.com/openzipkin/zipkin-go/propagation/b3Package b3 implements serialization and deserialization logic for Zipkin B3 Headers.
google.golang.org/grpc/metadataPackage metadata define the structure of the metadata supported by gRPC library.
google.golang.org/grpc/statusPackage status implements errors returned by gRPC.
net/httpPackage http provides HTTP client and server implementations.
strconvPackage strconv implements conversions to and from string representations of basic data types.