go.opencensus.iogo.opencensus.io/examples/exporter

Imports of package exporter

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
encoding/hexPackage hex implements hexadecimal encoding and decoding.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
go.opencensus.io/metric/metricdataPackage metricdata contains the metrics data model.
go.opencensus.io/metric/metricexportPackage metricexport contains support for exporting metric data.
go.opencensus.io/stats/viewPackage view contains support for collecting and exposing aggregates over stats.
go.opencensus.io/tracePackage trace contains support for OpenCensus distributed tracing.
logPackage log implements a simple logging package.
osPackage os provides a platform-independent interface to operating system functionality.
regexpPackage regexp implements regular expression search.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.