go.opencensus.iogo.opencensus.io/trace

Imports of package trace

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
crypto/randPackage rand implements a cryptographically secure random number generator.
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/golang/groupcache/lru
go.opencensus.io/internal
go.opencensus.io/trace/internalPackage internal provides trace internals.
go.opencensus.io/trace/tracestatePackage tracestate implements support for the Tracestate header of the W3C TraceContext propagation format.
math/randPackage rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
runtime/tracePackage trace contains facilities for programs to generate traces for the Go execution tracer.
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.